diff --git a/src/widgets/SectionsWidget.cpp b/src/widgets/SectionsWidget.cpp index cd669083..45d80959 100644 --- a/src/widgets/SectionsWidget.cpp +++ b/src/widgets/SectionsWidget.cpp @@ -30,9 +30,6 @@ void SectionsWidget::refreshSections() int row = 0; for (auto section : CutterCore::getInstance()->getAllSections()) { - if (!section.name.contains(".")) - continue; - fillSections(row++, section); }