mirror of https://github.com/KLayout/klayout.git
Small bugfix
This commit is contained in:
parent
cdaf34cd77
commit
7c81a8e954
|
|
@ -262,12 +262,11 @@ PropertiesDialog::PropertiesDialog (QWidget * /*parent*/, db::Manager *manager,
|
||||||
mp_ui->tree->setCurrentIndex (mp_tree_model->index_for (m_index, 0));
|
mp_ui->tree->setCurrentIndex (mp_tree_model->index_for (m_index, 0));
|
||||||
m_signals_enabled = true;
|
m_signals_enabled = true;
|
||||||
|
|
||||||
update_controls ();
|
|
||||||
|
|
||||||
mp_ui->apply_to_all_cbx->setChecked (true); // TODO: persist
|
mp_ui->apply_to_all_cbx->setChecked (true); // TODO: persist
|
||||||
mp_ui->relative_cbx->setChecked (true);
|
mp_ui->relative_cbx->setChecked (true);
|
||||||
|
|
||||||
fetch_config ();
|
fetch_config ();
|
||||||
|
update_controls ();
|
||||||
|
|
||||||
connect (mp_ui->ok_button, SIGNAL (clicked ()), this, SLOT (ok_pressed ()));
|
connect (mp_ui->ok_button, SIGNAL (clicked ()), this, SLOT (ok_pressed ()));
|
||||||
connect (mp_ui->cancel_button, SIGNAL (clicked ()), this, SLOT (cancel_pressed ()));
|
connect (mp_ui->cancel_button, SIGNAL (clicked ()), this, SLOT (cancel_pressed ()));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue