- 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:
Tercio
2015-01-31 19:02:47 -02:00
parent 3f5bbcad54
commit a5ede3a633
13 changed files with 114 additions and 47 deletions
+8
View File
@@ -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