mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
New chart dialog no stay on top
.. to avoid clashing with dialogs opened from the chart settings. Fixes #562.
This commit is contained in:
@@ -1006,7 +1006,7 @@ HomeWindow::drawCursor()
|
||||
GcWindowDialog::GcWindowDialog(GcWinID type, MainWindow *mainWindow) : mainWindow(mainWindow), type(type)
|
||||
{
|
||||
//setAttribute(Qt::WA_DeleteOnClose);
|
||||
setWindowFlags(windowFlags() | Qt::WindowStaysOnTopHint);
|
||||
setWindowFlags(windowFlags());
|
||||
setWindowTitle(tr("Chart Setup"));
|
||||
setMinimumHeight(500);
|
||||
setMinimumWidth(800);
|
||||
|
||||
Reference in New Issue
Block a user