mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-19 02:48:49 +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;
|
int row = 0;
|
||||||
for (auto section : CutterCore::getInstance()->getAllSections())
|
for (auto section : CutterCore::getInstance()->getAllSections())
|
||||||
{
|
{
|
||||||
if (!section.name.contains("."))
|
|
||||||
continue;
|
|
||||||
|
|
||||||
fillSections(row++, section);
|
fillSections(row++, section);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user