mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Fix segfault due to calling method of uninitialized object, thanks
ladmanj https://github.com/qelectrotech/qelectrotech-source-mirror/issues/311
This commit is contained in:
parent
efc8745bc7
commit
4894284520
@ -1558,7 +1558,9 @@ void QETDiagramEditor::slot_updateActions()
|
||||
m_csv_export -> setEnabled(editable_project);
|
||||
m_project_export_conductor_num-> setEnabled(opened_project);
|
||||
m_terminal_strip_dialog -> setEnabled(editable_project);
|
||||
#ifdef QET_EXPORT_PROJECT_DB
|
||||
m_export_project_db -> setEnabled(editable_project);
|
||||
#endif
|
||||
m_project_terminalBloc -> setEnabled(editable_project);
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user