mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
DoSkin on OPEN (just on OPEN now)
This commit is contained in:
parent
fbedad8845
commit
c6655bcdcd
1 changed files with 2 additions and 1 deletions
|
|
@ -209,7 +209,8 @@ void Ctrl::StateH(int reason)
|
|||
if((*statehook()[i])(this, reason))
|
||||
return;
|
||||
StateDeep(reason);
|
||||
DoSkin();
|
||||
if(reason == OPEN)
|
||||
DoSkin();
|
||||
FullRefreshCleanup();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue