mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Update changelogs with recent additions
This commit is contained in:
@@ -2174,7 +2174,6 @@ impl Ui {
|
||||
}
|
||||
}
|
||||
|
||||
#[inline]
|
||||
/// Create a menu button with an image that when clicked will show the given menu.
|
||||
///
|
||||
/// If called from within a menu this will instead create a button for a sub-menu.
|
||||
@@ -2198,6 +2197,7 @@ impl Ui {
|
||||
/// ```
|
||||
///
|
||||
/// See also: [`Self::close_menu`] and [`Response::context_menu`].
|
||||
#[inline]
|
||||
pub fn menu_image_button<R>(
|
||||
&mut self,
|
||||
texture_id: TextureId,
|
||||
|
||||
Reference in New Issue
Block a user