Fixed messagebox and context menu layout with RTL languages

This commit is contained in:
Birunthan Mohanathas
2012-06-19 14:31:08 +03:00
parent 15380f1697
commit 0ce52f744a
5 changed files with 40 additions and 23 deletions

View File

@ -198,6 +198,8 @@ public:
void SetDebug(bool debug);
int ShowMessage(HWND parent, const WCHAR* text, UINT type);
bool IsMenuActive() { return m_MenuActive; }
void ShowContextMenu(POINT pos, CMeterWindow* meterWindow);