mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-01 18:37:50 +02:00
WIP: avoids a segfault because of missing manager
This commit is contained in:
@@ -52,7 +52,7 @@ struct CurrentStyleOp
|
||||
|
||||
EditLineStylesForm::EditLineStylesForm (lay::LayoutView *view, const lay::LineStyles &styles)
|
||||
: QDialog (view), db::Object (0),
|
||||
m_selected (-1), m_styles (styles), mp_view (view)
|
||||
m_selected (-1), m_styles (styles), m_manager (true), mp_view (view)
|
||||
{
|
||||
m_selection_changed_enabled = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user