mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-31 01:54:59 +02:00
WIP
This commit is contained in:
@@ -157,7 +157,7 @@ EditLineStylesForm::update ()
|
||||
name = tl::sprintf ("#%d", std::distance (m_styles.begin (), i));
|
||||
}
|
||||
QListWidgetItem *item = new QListWidgetItem (icon_from_data (*i), tl::to_qstring (name), mp_ui->style_items);
|
||||
item->setTextColor (cdis);
|
||||
item->setForeground (cdis);
|
||||
}
|
||||
for (std::vector <lay::LineStyles::iterator>::const_iterator i = iters.begin (); i != iters.end (); ++i) {
|
||||
if ((*i)->order_index () > 0) {
|
||||
|
||||
Reference in New Issue
Block a user