We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5a82b commit a348b76Copy full SHA for a348b76
mushview.cpp
@@ -1412,7 +1412,7 @@ previousLineHPtime.QuadPart = 0;
1412
1413
Calculate_MiniWindow_Rectangles (pDoc, false);
1414
1415
- // mini windows - on bottom
+ // mini windows - on top
1416
for (mwit = pDoc->m_MiniWindows.begin ();
1417
mwit != pDoc->m_MiniWindows.end ();
1418
mwit++)
world_debug.cpp
@@ -1533,6 +1533,8 @@ VARIANT CMUSHclientDoc::Debug(LPCTSTR Command)
1533
nFonts,
1534
nImages
1535
));
1536
+ if (pWindow->m_bTemporarilyHide)
1537
+ Note (Translate (" WARNING: temporarily hidden by auto-positioning (no room)"));
1538
1539
}
1540
0 commit comments