Fixed About window positioning bug

This commit is contained in:
Nav
2021-10-06 21:46:22 +01:00
parent 6edfb7376a
commit 9c9915ee80

View File

@@ -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();