merged to PIP 1.99.3

This commit is contained in:
2020-08-01 21:30:25 +03:00
parent 562cb280f7
commit 0f1825bf33
3 changed files with 5 additions and 6 deletions

View File

@@ -74,7 +74,7 @@ void FilterItem::rename() {
piForeachC (PICodeInfo::EnumeratorInfo & i, ei->members)
if (i.value == mode()) {
ms = PI2QString(i.name);
piBreak;
break;
}
}
text_mode->setText(ms);