Skip to content

Commit

Permalink
fix: fix crash when ui doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
Montel authored and narnaud committed Oct 22, 2024
1 parent 9971c1c commit f79960f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/gui/qtuiview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,6 @@ void QtUiView::updateView()
m_previewWindow = m_previewArea->addSubWindow(widget, Qt::CustomizeWindowHint);
m_previewWindow->setVisible(true);
}

qDebug() << m_previewArea->subWindowList().count();
qDebug() << m_previewWindow->geometry();
}

} // namespace Gui

0 comments on commit f79960f

Please sign in to comment.