mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Don't clear imput fields when press Apply in ID_Dialog
This commit is contained in:
parent
2813ae7f78
commit
3dec901955
@ -327,9 +327,4 @@ void ID_Dialog::slotApply()
|
||||
item = ParamTable->item(selectedrow, 4);
|
||||
item->setText(TypeEdit->text());
|
||||
|
||||
ParamTable->setCurrentCell(selectedrow,0);
|
||||
ParamNameEdit->clear();
|
||||
ValueEdit->clear();
|
||||
DescriptionEdit->clear();
|
||||
TypeEdit->clear();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user