This commit is contained in:
Claveau Joshua
2020-10-18 10:49:45 +02:00
parent ec0b92ec1d
commit 74ee2fd82c

View File

@@ -454,9 +454,9 @@ void StyleEditor::updateForm()
outline_color ->insertSeparator(13); outline_color ->insertSeparator(13);
line_style ->setCurrentIndex(part -> lineStyle()); line_style ->setCurrentIndex(part -> lineStyle());
size_weight ->setCurrentIndex(part -> lineWeight()); 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 ->setCurrentIndex(part -> filling());
filling_color ->insertSeparator(13); filling_color ->insertSeparator(14);
} }
else if (m_part_list.size()) else if (m_part_list.size())
{ {