Results: 3Comments by: Gragagrogog
File: UIScale05-13-19
I found this does not work well for...
Posted By: Gragagrogog
I found this does not work well for some addons after a reloadui (Grid2 and Shadowed Unit Frames), for those you need to call the UIParent:SetScale(0.5) on PLAYER_LOGIN event.
File: shNameplates03-06-13
Well... it seems like this fix only...
Posted By: Gragagrogog
Well... it seems like this fix only works if the plates are created out of combat. In combat it will throw: "AddOn shNameplates attempted to call a protected function (:SetScale()) during combat lockdown."
File: shNameplates03-03-13
The mininameplates can be fixed by...
Posted By: Gragagrogog
The mininameplates can be fixed by adding theese 2 lines anywhere into function UpdatePlate in shNameplates.lua self.barFrame:SetScale(1) self.nameFrame:SetScale(1) Edit: I "used" THEESE.