Client: Clear some text and images on the buy menu when switching categories.
This commit is contained in:
parent
de81ff9280
commit
9dafd11530
1 changed files with 4 additions and 0 deletions
|
@ -279,6 +279,10 @@ VGUI_BuyMenu_Page(int buyPage)
|
|||
}
|
||||
}
|
||||
|
||||
lblBuyItemDescr.SetTitle("");
|
||||
lblBuyItemTitle.SetTitle("");
|
||||
imgBuyItemPic.SetImage("");
|
||||
|
||||
winBuyMenuPage.Show();
|
||||
winBuyMenuPage.SetPos((video_res / 2) - (winBuyMenuPage.GetSize() / 2));
|
||||
|
||||
|
|
Loading…
Reference in a new issue