diff options
| author | George Hazan <ghazan@miranda.im> | 2022-06-15 23:06:12 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2022-06-15 23:06:12 +0300 |
| commit | 751824c60f37e2c268fbd54deba8fccc30034436 (patch) | |
| tree | 4dcf1b10de51584255fdab709853cee9ec6b0cea /include | |
| parent | a984e6c6faa433370386365607b8a6bde8ae325f (diff) | |
DpiAware option moved to Windows-specific code in mir_core.dll
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_gui.h b/include/m_gui.h index e217c6ba15..de696094bd 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -490,7 +490,7 @@ protected: bool m_isModal = false; bool m_bInitialized = false; bool m_forceResizable = false; - bool m_bFixedSize = false; + bool m_bFixedSize; bool m_bSucceeded = false; // was IDOK pressed or not bool m_bExiting = false; // window received WM_CLOSE and gonna die soon |
