fixes #11533: TypeError in: FreeCADGui.getMainWindow().windowStateChanged
This commit is contained in:
@@ -675,7 +675,7 @@ void View3DInventor::dump(const char* filename, bool onlyVisible)
|
||||
}
|
||||
}
|
||||
|
||||
void View3DInventor::windowStateChanged(MDIView* view)
|
||||
void View3DInventor::windowStateChanged(QWidget* view)
|
||||
{
|
||||
bool canStartTimer = false;
|
||||
if (this != view) {
|
||||
|
||||
Reference in New Issue
Block a user