Change enable order
This commit is contained in:
parent
5eec536a27
commit
a74f9ce0db
1 changed files with 1 additions and 1 deletions
|
@ -257,9 +257,9 @@ impl Visibility for Icon {
|
||||||
if visibility {
|
if visibility {
|
||||||
self.framable.add()?;
|
self.framable.add()?;
|
||||||
|
|
||||||
|
self.info_icon.enable()?;
|
||||||
self.iconizable_wrapper.enable()?;
|
self.iconizable_wrapper.enable()?;
|
||||||
self.textable_wrapper.enable()?;
|
self.textable_wrapper.enable()?;
|
||||||
self.info_icon.enable()?;
|
|
||||||
|
|
||||||
if let Some(background) = self.background.read().unwrap().as_ref() {
|
if let Some(background) = self.background.read().unwrap().as_ref() {
|
||||||
background.enable()?;
|
background.enable()?;
|
||||||
|
|
Loading…
Reference in a new issue