SectionsWidget - remove unnecessary dot checking (#392)

This commit is contained in:
Mohd Shahril 2018-03-13 21:53:53 +08:00 committed by xarkes
parent 1a7ac79bfc
commit 8a71d1bb07

View File

@ -30,9 +30,6 @@ void SectionsWidget::refreshSections()
int row = 0;
for (auto section : CutterCore::getInstance()->getAllSections())
{
if (!section.name.contains("."))
continue;
fillSections(row++, section);
}