mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 22:00:35 +01:00
minor
This commit is contained in:
@@ -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())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user