mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 04:45:17 +03:00
Add support for rawsource and rawswitch in autocombobox
This commit is contained in:
parent
aac6c74e59
commit
950fa3d105
3 changed files with 67 additions and 13 deletions
|
@ -76,7 +76,9 @@ class AutoLineEdit: public QLineEdit
|
|||
protected slots:
|
||||
void onEdited()
|
||||
{
|
||||
if ((panel && panel->lock) || lock)
|
||||
if (panel && panel->lock)
|
||||
return;
|
||||
if (lock)
|
||||
return;
|
||||
|
||||
if (field)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue