mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-06 17:33:25 +02:00
Fixed an uninitialized member.
This commit is contained in:
@@ -199,6 +199,7 @@ LibrariesView::LibrariesView (lay::LayoutView *view, QWidget *parent, const char
|
||||
: QFrame (parent),
|
||||
m_enable_cb (true),
|
||||
mp_view (view),
|
||||
m_active_index (-1),
|
||||
m_split_mode (false),
|
||||
m_do_update_content_dm (this, &LibrariesView::do_update_content),
|
||||
m_do_full_update_content_dm (this, &LibrariesView::do_full_update_content)
|
||||
|
||||
Reference in New Issue
Block a user