Skip to content

Commit a348b76

Browse files
committed
Added warning to Debug summary if miniwindow temporarily hidden
1 parent ea5a82b commit a348b76

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

mushview.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@ previousLineHPtime.QuadPart = 0;
14121412

14131413
Calculate_MiniWindow_Rectangles (pDoc, false);
14141414

1415-
// mini windows - on bottom
1415+
// mini windows - on top
14161416
for (mwit = pDoc->m_MiniWindows.begin ();
14171417
mwit != pDoc->m_MiniWindows.end ();
14181418
mwit++)

world_debug.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1533,6 +1533,8 @@ VARIANT CMUSHclientDoc::Debug(LPCTSTR Command)
15331533
nFonts,
15341534
nImages
15351535
));
1536+
if (pWindow->m_bTemporarilyHide)
1537+
Note (Translate (" WARNING: temporarily hidden by auto-positioning (no room)"));
15361538

15371539
}
15381540

0 commit comments

Comments
 (0)