Spreadsheet: Fixed bug in setEdit method for Spreadsheet module (#2144)
This commit is contained in:
parent
edbbcfb790
commit
12e4d59458
|
@ -113,7 +113,7 @@ bool ViewProviderSheet::setEdit(int ModNum)
|
||||||
view->viewAll();
|
view->viewAll();
|
||||||
}
|
}
|
||||||
Gui::getMainWindow()->setActiveWindow(this->view);
|
Gui::getMainWindow()->setActiveWindow(this->view);
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user