FreeCAD: master c4e34ed9

Author Committer Branch Timestamp Parent
wmayer wmayer master 2019-08-23 21:44:19 master 6dae8f37
Changeset Fix bug in MainWindow::setActiveWindow

The method MainWindow::setActiveWindow() must not automatically add a view to the mdi area if it's not part of it because this causes a crash when trying to make a fullscreen window or undock a view.
Instead the calling instance must explicitly call MainWindow::addWindow where needed.
mod - src/Gui/MainWindow.cpp Diff File