mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:40:05 +00:00
Fix up custom map inputs, making it easier for others to use
This commit is contained in:
parent
c9ead60dd4
commit
fee00b737a
11 changed files with 425 additions and 65 deletions
|
|
@ -316,7 +316,7 @@ MainWindow::MainWindow(QWidget* parent) :
|
|||
p->layerDialog_ = new ui::LayerDialog(this);
|
||||
|
||||
// Settings Dialog
|
||||
p->settingsDialog_ = new ui::SettingsDialog(this);
|
||||
p->settingsDialog_ = new ui::SettingsDialog(p->settings_, this);
|
||||
|
||||
// Map Settings
|
||||
p->mapSettingsGroup_ = new ui::CollapsibleGroup(tr("Map Settings"), this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue