Windows: supress task bar entry for floating windows
svn: r9815
This commit is contained in:
parent
d34656a408
commit
e63188552a
|
@ -960,6 +960,7 @@ wxFrameWnd::wxFrameWnd(wxWnd *parent, char *WXUNUSED(wclass), wxWindow *wx_win,
|
|||
extendedStyle |= WS_EX_TOPMOST;
|
||||
else
|
||||
extendedStyle |= WS_EX_PALETTEWINDOW;
|
||||
extendedStyle |= WS_EX_TOOLWINDOW;
|
||||
}
|
||||
|
||||
icon = NULL;
|
||||
|
|
Loading…
Reference in New Issue
Block a user