mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 18:38:51 +00:00
SectionsWidget - remove unnecessary dot checking (#392)
This commit is contained in:
parent
1a7ac79bfc
commit
8a71d1bb07
@ -30,9 +30,6 @@ void SectionsWidget::refreshSections()
|
||||
int row = 0;
|
||||
for (auto section : CutterCore::getInstance()->getAllSections())
|
||||
{
|
||||
if (!section.name.contains("."))
|
||||
continue;
|
||||
|
||||
fillSections(row++, section);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user