From 74ee2fd82c1581b38eef5ff02890615db916283e Mon Sep 17 00:00:00 2001 From: Claveau Joshua Date: Sun, 18 Oct 2020 10:49:45 +0200 Subject: [PATCH] minor --- sources/editor/styleeditor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/editor/styleeditor.cpp b/sources/editor/styleeditor.cpp index 0ffb48ca5..3a2f4d2e4 100644 --- a/sources/editor/styleeditor.cpp +++ b/sources/editor/styleeditor.cpp @@ -454,9 +454,9 @@ void StyleEditor::updateForm() outline_color ->insertSeparator(13); line_style ->setCurrentIndex(part -> lineStyle()); size_weight ->setCurrentIndex(part -> lineWeight()); - filling_color ->removeItem(13); //Remove the separator for set the good index at the line below + filling_color ->removeItem(14); //Remove the separator for set the good index at the line below filling_color ->setCurrentIndex(part -> filling()); - filling_color ->insertSeparator(13); + filling_color ->insertSeparator(14); } else if (m_part_list.size()) {