mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Highlight submenu buttons when hovered and open (#3780)
Submenu buttons in menues now properly highlight when hovered and when opened. …plus a bunch of other cleanup
This commit is contained in:
@@ -1087,7 +1087,7 @@ impl<'a> TableBody<'a> {
|
||||
if is_row_hovered {
|
||||
self.layout
|
||||
.ui
|
||||
.memory_mut(|w| w.data.insert_temp(self.hovered_row_index_id, row_index));
|
||||
.data_mut(|data| data.insert_temp(self.hovered_row_index_id, row_index));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user