Respect "InvertZoom" parameter

This commit is contained in:
wandererfan
2018-10-25 14:49:08 -04:00
committed by wmayer
parent 9c1587cfad
commit 4fa707f46d
3 changed files with 23 additions and 6 deletions

View File

@@ -188,8 +188,8 @@ bool ViewProviderPage::setEdit(int ModNum)
{
bool rc = true;
if (ModNum == _SHOWDRAWING) {
Visibility.setValue(true);
showMDIViewPage(); // show the drawing
Gui::getMainWindow()->setActiveWindow(m_mdiView);
rc = false; //finished editing
} else if (ModNum == _TOGGLEUPDATE) {
auto page = getDrawPage();