/branches/Version14x/Scribus/scribus/smcstylewidget.cpp |
---|
522,7 → 522,7 |
{ |
if (strokeColor_->itemText(strokeColor_->count() - 1) != "") |
strokeColor_->addItem(""); |
strokeColor_->setCurrentIndex(fillColor_->count() - 1); |
strokeColor_->setCurrentIndex(strokeColor_->count() - 1); |
} |
else |
strokeColor_->setCurrentText(s); |