mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-21 14:16:08 +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;
|
sectionsTable = new CutterTreeView;
|
||||||
sectionsModel = new SectionsModel(§ions, this);
|
sectionsModel = new SectionsModel(§ions, this);
|
||||||
auto proxyModel = new SectionsProxyModel(sectionsModel, this);
|
proxyModel = new SectionsProxyModel(sectionsModel, this);
|
||||||
|
|
||||||
sectionsTable->setModel(proxyModel);
|
sectionsTable->setModel(proxyModel);
|
||||||
sectionsTable->setIndentation(10);
|
sectionsTable->setIndentation(10);
|
||||||
|
Loading…
Reference in New Issue
Block a user