1
0

revert: restore system default window instead of custom one.

custom window is not the goal of this project.
we remove it and use system default window instead.
This commit is contained in:
2026-07-03 10:50:50 +08:00
parent 032752faf9
commit 3c1a3c54a7
3 changed files with 1 additions and 150 deletions

View File

@@ -163,12 +163,6 @@ MainWindow::MainWindow(QWidget *parent)
Settings::instance()->applyUserShortcuts(this);
});
// allow some mouse events can go through these widgets for resizing window.
installResizeCapture(m_closeButton);
installResizeCapture(m_graphicsView);
installResizeCapture(m_graphicsView->viewport());
installResizeCapture(m_gv);
installResizeCapture(m_gv->viewport());
}
MainWindow::~MainWindow()