Change enable order

This commit is contained in:
hodasemi 2024-05-17 14:21:43 +02:00
parent 5eec536a27
commit a74f9ce0db

View file

@ -257,9 +257,9 @@ impl Visibility for Icon {
if visibility {
self.framable.add()?;
self.info_icon.enable()?;
self.iconizable_wrapper.enable()?;
self.textable_wrapper.enable()?;
self.info_icon.enable()?;
if let Some(background) = self.background.read().unwrap().as_ref() {
background.enable()?;