diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-02-23 21:00:29 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-02-24 00:41:59 +0100 |
commit | 188b459d284a9061182f89721f85658691100bd2 (patch) | |
tree | b2dc3f55bc5d5e28b320bcafec69519c244eb6c8 /src | |
parent | 39bf211ebeebc95004af9657fc6c011741ed13fb (diff) | |
download | VeraCrypt-188b459d284a9061182f89721f85658691100bd2.tar.gz VeraCrypt-188b459d284a9061182f89721f85658691100bd2.zip |
Windows: remove topmost and system modal properties from the wait dialog so that it doesn't disturb other applications.
Diffstat (limited to 'src')
-rw-r--r-- | src/Common/Common.rc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Common/Common.rc b/src/Common/Common.rc index 7aa1d9f7..64827c98 100644 --- a/src/Common/Common.rc +++ b/src/Common/Common.rc @@ -310,8 +310,7 @@ BEGIN END
IDD_STATIC_MODAL_WAIT_DLG DIALOGEX 0, 0, 292, 74
-STYLE DS_SYSMODAL | DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION
-EXSTYLE WS_EX_TOPMOST
+STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION
CAPTION "VeraCrypt"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
|