Removed unneeded mention to MSW

...also reformatted the text to fill in the available space
This commit is contained in:
Cătălin Răceanu
2016-02-22 21:01:19 +02:00
parent f6a314bd62
commit bb3b56e099

View File

@@ -675,11 +675,10 @@ void wxFrame::IconizeChildFrames(bool bIconize)
{
wxWindow *win = node->GetData();
// iconizing the frames with this style under MSW puts them at
// the bottom of the screen (as the MDI children) instead of making
// them appear in the taskbar because they are, by virtue of this
// style, not managed by the taskbar - instead leave Windows take care
// of them
// iconizing the frames with this style puts them at the bottom of
// the screen (as the MDI children) instead of making them appear
// in the taskbar because they are, by virtue of this style, not
// managed by the taskbar - instead leave Windows take care of them
if ( win->GetWindowStyle() & wxFRAME_TOOL_WINDOW )
continue;