mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-20 13:46:06 +00:00
Fix SIGSEGV on Sections widget (#1004)
This commit is contained in:
parent
2b6e28d488
commit
ab42756729
@ -152,7 +152,7 @@ void SectionsWidget::initSectionsTable()
|
||||
{
|
||||
sectionsTable = new CutterTreeView;
|
||||
sectionsModel = new SectionsModel(§ions, this);
|
||||
auto proxyModel = new SectionsProxyModel(sectionsModel, this);
|
||||
proxyModel = new SectionsProxyModel(sectionsModel, this);
|
||||
|
||||
sectionsTable->setModel(proxyModel);
|
||||
sectionsTable->setIndentation(10);
|
||||
|
Loading…
Reference in New Issue
Block a user