diff options
| author | George Hazan <ghazan@miranda.im> | 2022-06-15 15:33:12 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2022-06-15 15:33:12 +0300 |
| commit | 65171c0d60c0846affe796b9e22d4f005ef82bee (patch) | |
| tree | 01d5cc68c0b0bd80f01f21fff77ce8e74f216039 /include | |
| parent | f59d0ddb712b9da16706eaadfb2f0ab5906a560a (diff) | |
CDlgBase::m_bFixedSize - flag added not to apply hidpi patch to dialogs
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_gui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_gui.h b/include/m_gui.h index 3728037ab4..e217c6ba15 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -490,6 +490,7 @@ protected: bool m_isModal = false; bool m_bInitialized = false; bool m_forceResizable = false; + bool m_bFixedSize = false; bool m_bSucceeded = false; // was IDOK pressed or not bool m_bExiting = false; // window received WM_CLOSE and gonna die soon |
