mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-22 05:57:41 +02:00
Fixed a PR 1103
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user