mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 00:05:17 +03:00
A new solution for avoiding to select the same channel several times in the same dialog. This time a real one, that should work regardless of how many channels are selected in a dialog, etc.
This commit is contained in:
parent
a3344f399b
commit
3d5a05538a
4 changed files with 72 additions and 53 deletions
|
@ -22,6 +22,7 @@ Channel::Channel()
|
|||
void Channel::clear()
|
||||
{
|
||||
page = Page_None;
|
||||
prebooked = false;
|
||||
input1 = NO_INPUT;
|
||||
input2 = NO_INPUT;
|
||||
weight1 = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue