diff options
author | George Hazan <george.hazan@gmail.com> | 2024-10-07 21:39:49 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-10-07 21:39:49 +0300 |
commit | 78b08b1108038c3375f2cf9b09e7f6650ceeb562 (patch) | |
tree | 4a33cdc65563a15966e02c1333985a2e3105cd91 /src | |
parent | 047bfc1ee1b4574823062dd9a8061f0463f42816 (diff) |
for #4659 - more reasonable Esc key behavior in StdMsg
Diffstat (limited to 'src')
-rw-r--r-- | src/core/stdmsg/src/tabs.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/stdmsg/src/tabs.cpp b/src/core/stdmsg/src/tabs.cpp index 7bff44a661..0fc587e3e5 100644 --- a/src/core/stdmsg/src/tabs.cpp +++ b/src/core/stdmsg/src/tabs.cpp @@ -143,6 +143,7 @@ CTabbedWindow::CTabbedWindow() : m_tab(this, IDC_TAB)
{
SetMinSize(450, 350);
+ m_autoClose = CLOSE_ON_OK;
}
bool CTabbedWindow::OnInitDialog()
|