Fixed About window positioning bug
This commit is contained in:
@@ -209,7 +209,7 @@ void InsightWindow::openGettingStartedUrl() {
|
|||||||
|
|
||||||
void InsightWindow::openAboutWindow() {
|
void InsightWindow::openAboutWindow() {
|
||||||
if (this->aboutWindowWidget == nullptr) {
|
if (this->aboutWindowWidget == nullptr) {
|
||||||
this->aboutWindowWidget = new AboutWindow(this->windowContainer);
|
this->aboutWindowWidget = new AboutWindow(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
this->aboutWindowWidget->show();
|
this->aboutWindowWidget->show();
|
||||||
|
|||||||
Reference in New Issue
Block a user