Skip to content

Commit

Permalink
Build 9868
Browse files Browse the repository at this point in the history
  • Loading branch information
tekkub committed Jun 19, 2009
1 parent 9aff63d commit cf140e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions FrameXML/PaperDollFrame.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2111,8 +2111,8 @@ function GearManagerDialog_OnShow (self)
EquipmentManagerClearIgnoredSlotsForSave();
PlaySound("igBackPackOpen");

UIPanelWindows["CharacterFrame"].width = CharacterFrame:GetWidth() + GearManagerDialog:GetWidth();
UpdateUIPanelPositions(CharacterFrame);
GearManagerDialog:Raise();
end

function GearManagerDialog_OnHide (self)
Expand All @@ -2134,7 +2134,6 @@ function GearManagerDialog_OnHide (self)
end
end

UIPanelWindows["CharacterFrame"].width = CharacterFrame:GetWidth();
UpdateUIPanelPositions();
end

Expand Down
2 changes: 1 addition & 1 deletion FrameXML/PaperDollFrame.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@
</Scripts>
</Frame>

<Frame name="GearManagerDialog" enableMouse="true" parent="PaperDollFrame" inherits="UIPanelDialogTemplate" hidden="true" frameStrata="MEDIUM">
<Frame name="GearManagerDialog" enableMouse="true" parent="PaperDollFrame" inherits="UIPanelDialogTemplate" hidden="true" frameStrata="MEDIUM" toplevel="true">
<Size x="261" y="155"/>
<Anchors>
<Anchor point="TOPLEFT" relativePoint="TOPRIGHT">
Expand Down

0 comments on commit cf140e8

Please sign in to comment.