Fixed About window positioning bug
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user