]> git.saurik.com Git - wxWidgets.git/commitdiff
tool windows shouldn't appear on the taskbar (patch 808350)
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 18 Sep 2003 11:32:09 +0000 (11:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 18 Sep 2003 11:32:09 +0000 (11:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/toplevel.cpp

index 76363e5dc777248317811d8d8227c5e0641899d9..e978a597fb17d3e0e70692dc36ba7423f6894801 100644 (file)
@@ -220,6 +220,9 @@ WXDWORD wxTopLevelWindowMSW::MSWGetStyle(long style, WXDWORD *exflags) const
             {
                 // create the palette-like window
                 *exflags |= WS_EX_TOOLWINDOW;
+
+                // tool windows shouldn't appear on the taskbar (as documented)
+                style |= wxFRAME_NO_TASKBAR;
             }
 
             // We have to solve 2 different problems here: