mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +02:00
disable highlight on separator when hovering
This commit is contained in:
parent
453a3c6406
commit
eaa3a8c63d
|
@ -210,6 +210,7 @@ impl Window {
|
|||
}
|
||||
let separator = ListBoxRow::new();
|
||||
separator.set_child(Some(>k::Separator::new(Orientation::Horizontal)));
|
||||
separator.set_selectable(false);
|
||||
separator.set_activatable(false);
|
||||
selfImp.resetSidebarList.append(&separator);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue