DXGL r827 - Code Review

Jump to navigation Jump to search
Repository:DXGL
Revision:r826‎ | r827 | r828 >
Date:00:15, 3 July 2018
Author:admin
Status:new
Tags:
Comment:
Fix incorrect window border on DXGL Config when using certain WindowBlinds visual styles.
Modified paths:
  • /dxglcfg/dxglcfg.rc (modified) (history)

Diff [purge]

Index: dxglcfg/dxglcfg.rc
@@ -31,7 +31,7 @@
3232 //
3333 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
3434 IDD_DXGLCFG DIALOG 0, 0, 354, 242
35 -STYLE DS_3DLOOK | DS_CONTEXTHELP | DS_SHELLFONT | WS_CAPTION | WS_SYSMENU
 35+STYLE DS_3DLOOK | DS_CONTEXTHELP | DS_MODALFRAME | DS_SHELLFONT | WS_CAPTION | WS_SYSMENU
3636 CAPTION "DXGL Config"
3737 FONT 8, "Ms Shell Dlg"
3838 {