]> git.saurik.com Git - wxWidgets.git/commit
Fixed bug where if the style included wxFRAME_NO_TASKBAR, not all the extended flags...
authorGeorge Tasker <gtasker@allenbrook.com>
Wed, 20 Dec 2000 15:18:52 +0000 (15:18 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Wed, 20 Dec 2000 15:18:52 +0000 (15:18 +0000)
commit4b9fc37a48b4e9d4742e49859589883a20706e6d
tree5442490bf3c665c4c8c575891655291019320d50
parent09f50eb328c99b2fff8bc43c0c7a52dfb206a123
Fixed bug where if the style included wxFRAME_NO_TASKBAR, not all the extended flags were set that were needed to prevent it from showing up on the taskbar were set (specifically WS_EX_TOOLWINDOW), and the frame still showed on the taskbar

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/frame.cpp