mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
@@ -1041,6 +1041,7 @@ GcWindowDialog::GcWindowDialog(GcWinID type, Context *context, GcWindow **here)
|
||||
|
||||
title = new QLineEdit(this);
|
||||
chartLayout->addWidget(title);
|
||||
title->setText(GcWindowRegistry::title(type));
|
||||
|
||||
win = GcWindowRegistry::newGcWindow(type, context);
|
||||
chartLayout->addWidget(win);
|
||||
|
||||
Reference in New Issue
Block a user