Removed unneeded mention to MSW
...also reformatted the text to fill in the available space
This commit is contained in:
@@ -675,11 +675,10 @@ void wxFrame::IconizeChildFrames(bool bIconize)
|
|||||||
{
|
{
|
||||||
wxWindow *win = node->GetData();
|
wxWindow *win = node->GetData();
|
||||||
|
|
||||||
// iconizing the frames with this style under MSW puts them at
|
// iconizing the frames with this style puts them at the bottom of
|
||||||
// the bottom of the screen (as the MDI children) instead of making
|
// the screen (as the MDI children) instead of making them appear
|
||||||
// them appear in the taskbar because they are, by virtue of this
|
// in the taskbar because they are, by virtue of this style, not
|
||||||
// style, not managed by the taskbar - instead leave Windows take care
|
// managed by the taskbar - instead leave Windows take care of them
|
||||||
// of them
|
|
||||||
if ( win->GetWindowStyle() & wxFRAME_TOOL_WINDOW )
|
if ( win->GetWindowStyle() & wxFRAME_TOOL_WINDOW )
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user