WIP: tech controller and tech setup dialog

Some bug fixes (description was not updated in tree,
base path of new tech was not set, dirs were not reused
for new tech).

Some enhancements (tech setup dialog's window state
is persisted etc.)
This commit is contained in:
Matthias Koefferlein
2017-04-16 00:27:28 +02:00
parent 6b6b45714f
commit 516c3ff925
4 changed files with 52 additions and 23 deletions
-1
View File
@@ -873,7 +873,6 @@ AbstractMenu::build (QToolBar *t, std::list<AbstractMenuItem> &items)
}
}
}
QMenu *
+4
View File
@@ -103,6 +103,10 @@ save_dialog_state (QWidget *w)
void
restore_dialog_state (QWidget *dialog, const std::string &s)
{
if (! dialog) {
return;
}
tl::Extractor ex (s.c_str ());
while (! ex.at_end ()) {