Skip to content

Commit

Permalink
Added warning to Debug summary if miniwindow temporarily hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Oct 28, 2010
1 parent ea5a82b commit a348b76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mushview.cpp
Expand Up @@ -1412,7 +1412,7 @@ previousLineHPtime.QuadPart = 0;

Calculate_MiniWindow_Rectangles (pDoc, false);

// mini windows - on bottom
// mini windows - on top
for (mwit = pDoc->m_MiniWindows.begin ();
mwit != pDoc->m_MiniWindows.end ();
mwit++)
Expand Down
2 changes: 2 additions & 0 deletions world_debug.cpp
Expand Up @@ -1533,6 +1533,8 @@ VARIANT CMUSHclientDoc::Debug(LPCTSTR Command)
nFonts,
nImages
));
if (pWindow->m_bTemporarilyHide)
Note (Translate (" WARNING: temporarily hidden by auto-positioning (no room)"));

}

Expand Down

0 comments on commit a348b76

Please sign in to comment.