diff options
author | George Hazan <ghazan@miranda.im> | 2022-06-05 13:25:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-06-05 13:25:02 +0300 |
commit | 0a2b131087e758b0a63c595b11f0f038ecb2082d (patch) | |
tree | 44f2b842f723a46265f433f13ffeed93b80783b8 /src/core | |
parent | f5cc4bc0912c67c76e2c7ca98a95b27784cc00d1 (diff) |
StdMsg: patch against flicker
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/stdmsg/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/stdmsg/res/resource.rc b/src/core/stdmsg/res/resource.rc index 6f0083624d..16e071fb55 100644 --- a/src/core/stdmsg/res/resource.rc +++ b/src/core/stdmsg/res/resource.rc @@ -80,7 +80,7 @@ BEGIN END
IDD_MSG DIALOGEX 0, 0, 252, 140
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_CLIPCHILDREN
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -149,7 +149,7 @@ IDD_CONTAINER DIALOGEX 0, 0, 275, 200 STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_POPUP | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- CONTROL "Tab1",IDC_TAB,"SysTabControl32",TCS_MULTILINE | TCS_FOCUSNEVER | WS_CLIPSIBLINGS,0,0,275,200
+ CONTROL "Tab1",IDC_TAB,"SysTabControl32",TCS_MULTILINE | TCS_FOCUSNEVER | WS_CLIPCHILDREN,0,0,275,200
END
IDD_FILTER DIALOGEX 0, 0, 83, 125
|