diff options
author | enen92 <92enen@gmail.com> | 2023-03-03 12:06:15 +0000 |
---|---|---|
committer | Miguel Borges de Freitas <92enen@gmail.com> | 2023-03-04 15:02:42 +0000 |
commit | c2c7a8e6f5890b00b8d4f86bb2bd3729873095db (patch) | |
tree | c140be7a4ea43af01a6221c249a0b6c8b621f458 /addons | |
parent | 2c3d97d34f2d41ebf579c081e9d0920721ab335e (diff) |
[Estuary] OSD settings, clear property when unloading the dialog
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/xml/Custom_1101_SettingsList.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/Custom_1101_SettingsList.xml b/addons/skin.estuary/xml/Custom_1101_SettingsList.xml index fa598cd366..24de2dcf5b 100644 --- a/addons/skin.estuary/xml/Custom_1101_SettingsList.xml +++ b/addons/skin.estuary/xml/Custom_1101_SettingsList.xml @@ -2,6 +2,8 @@ <window type="dialog" id="1101"> <defaultcontrol always="true">11000</defaultcontrol> <include>Animation_DialogPopupOpenClose</include> + <onunload>ClearProperty(settingslist_header,Home)</onunload> + <onunload>ClearProperty(settingslist_content,Home)</onunload> <controls> <control type="group"> <centerleft>50%</centerleft> |