mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 13:54:54 +02:00
Fix Document Map shows on all virtual desktops issue
Fix #1247, close #8271
This commit is contained in:
parent
a42c1674e9
commit
08c11816ce
@ -30,7 +30,7 @@
|
||||
#include "documentMap_rc.h"
|
||||
|
||||
IDD_DOCUMENTMAP DIALOGEX 26, 41, 142, 324
|
||||
STYLE DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
STYLE DS_SETFONT | WS_CHILD | WS_CAPTION | WS_SYSMENU
|
||||
EXSTYLE WS_EX_TOOLWINDOW | WS_EX_WINDOWEDGE
|
||||
CAPTION "Document Map"
|
||||
FONT 8, "MS Sans Serif", 0, 0, 0x0
|
||||
|
Loading…
x
Reference in New Issue
Block a user