diff --git a/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp b/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp index e4bdaec8..ccb736d9 100644 --- a/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp @@ -209,7 +209,7 @@ void InsightWindow::openGettingStartedUrl() { void InsightWindow::openAboutWindow() { if (this->aboutWindowWidget == nullptr) { - this->aboutWindowWidget = new AboutWindow(this->windowContainer); + this->aboutWindowWidget = new AboutWindow(this); } this->aboutWindowWidget->show();