- Fixed title bar icon for all skins (almost all skins has it disabled by default).
- Fixed the window ungroup button (above the resize one).
This commit is contained in:
@@ -2392,6 +2392,14 @@ function _detalhes:ChangeIcon (icon)
|
||||
|
||||
--print (debugstack())
|
||||
|
||||
if (not self.hide_icon) then
|
||||
if (skin.icon_on_top) then
|
||||
self.baseframe.cabecalho.atributo_icon:SetParent (self.floatingframe)
|
||||
else
|
||||
self.baseframe.cabecalho.atributo_icon:SetParent (self.baseframe)
|
||||
end
|
||||
end
|
||||
|
||||
if (icon) then
|
||||
|
||||
--> plugin chamou uma troca de icone
|
||||
|
||||
Reference in New Issue
Block a user