1
0
Fork 0
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:
elecpower 2021-03-17 21:40:13 +11:00
parent aac6c74e59
commit 950fa3d105
3 changed files with 67 additions and 13 deletions

View file

@ -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)