mirror of https://github.com/KLayout/klayout.git
Fixed another porting issue.
This commit is contained in:
parent
af34116b81
commit
c6798c090b
|
|
@ -165,8 +165,8 @@ TipDialog::do_exec_dialog (button_type *button)
|
|||
mp_res = button;
|
||||
|
||||
std::string th;
|
||||
if (lay::Dispatcher::instance ()) {
|
||||
lay::Dispatcher::instance ()->config_get (cfg_tip_window_hidden, th);
|
||||
if (lay::PluginRoot::instance ()) {
|
||||
lay::PluginRoot::instance ()->config_get (cfg_tip_window_hidden, th);
|
||||
}
|
||||
|
||||
std::pair<bool, int> td_status = tip_dialog_status (m_key);
|
||||
|
|
|
|||
Loading…
Reference in New Issue