mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-18 18:48:33 +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();
|
let separator = ListBoxRow::new();
|
||||||
separator.set_child(Some(>k::Separator::new(Orientation::Horizontal)));
|
separator.set_child(Some(>k::Separator::new(Orientation::Horizontal)));
|
||||||
|
separator.set_selectable(false);
|
||||||
separator.set_activatable(false);
|
separator.set_activatable(false);
|
||||||
selfImp.resetSidebarList.append(&separator);
|
selfImp.resetSidebarList.append(&separator);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue