mirror of https://github.com/KLayout/klayout.git
Merge remote-tracking branch 'origin/master' into master-mac-qt6
This commit is contained in:
commit
c145375ff8
|
|
@ -1269,7 +1269,7 @@ MainWindow::configure (const std::string &name, const std::string &value)
|
|||
|
||||
} else if (name == cfg_always_exit_without_saving) {
|
||||
|
||||
tl::from_string (cfg_always_exit_without_saving, m_always_exit_without_saving);
|
||||
tl::from_string (value, m_always_exit_without_saving);
|
||||
return true;
|
||||
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue