1
0
Fork 0
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:
Kjell Kernen 2014-04-02 15:13:35 +02:00
parent a3344f399b
commit 3d5a05538a
4 changed files with 72 additions and 53 deletions

View file

@ -22,6 +22,7 @@ Channel::Channel()
void Channel::clear()
{
page = Page_None;
prebooked = false;
input1 = NO_INPUT;
input2 = NO_INPUT;
weight1 = 0;