Fix: text outside of laptop boundary on first use of IMP Prejudice webpage

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6542 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2013-10-30 18:55:20 +00:00
parent 27faf8d763
commit cb53f7bb91
2 changed files with 45 additions and 36 deletions
+5
View File
@@ -128,6 +128,11 @@ public:
*/
UINT16 GetLastX() { return musStartX + GetTotalWidth(); }
/*
* Are we displayed?
*/
BOOLEAN IsDisplayed() { return mfMouseRegionsCreated; }
// call to open/close the drop down
void OpenDropDownRegionCallBack(MOUSE_REGION * pRegion, INT32 iReason );
void CloseDropDownRegionCallBack(MOUSE_REGION * pRegion, INT32 iReason );