sets default binding active to 1

main
Georg Krause 2018-04-09 09:08:27 +02:00
parent 964cd05ab0
commit b517662e29
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ typedef int LupppAction;
class Binding
{
public:
Binding() : status(0), data(0), action(0), active(-1),
Binding() : status(0), data(0), action(0), active(1),
track(-2),scene(-1),send(-1)
{
ID = privateID++;