git-svn-id: svn://db.shs.com.ru/libs@478 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -41,6 +41,7 @@ void IODeviceEdit::setDevice(const QAD::IODevice & d) {
|
|||||||
if (dev.toString() == d.toString()) return;
|
if (dev.toString() == d.toString()) return;
|
||||||
dev = d;
|
dev = d;
|
||||||
line->setText(dev.toString());
|
line->setText(dev.toString());
|
||||||
|
line->setCursorPosition(0);
|
||||||
emit valueChanged();
|
emit valueChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user