PDA

View Full Version : Touch Sensor graph range bug



Gael
04.03.2018, 20:03
Hi,

I can't change settings "minimum" and "maximum" in "Sensor graph range".
I can change and save but after reload, i still see old settings.

10372

P4: 7.11
Touch: 1.06

Thank

Gael

Gael
04.03.2018, 20:24
Found a trick:
edit one setting, save
edit second setting, save
->first setting edited is saved.

But it's really painful ..

Matthias
05.03.2018, 17:08
thanks for the hint

we will have a look into this in GCC 1113

Matthias
13.03.2018, 08:40
I examined this

the problem was that GCC marks the line as changed only when you go to the next line, that means as long as you stay in the table at the same place the setting will not be recognized as changed

moving from the edited line to another would cure it

-> in GCC1113 I changed this behaviour, the line is marked "dirty" as soon as you start editing

Gael
13.03.2018, 10:04
Thank Matthias :-)

Gael
13.03.2018, 17:42
All is good now with GCC 1.1.1.3.

Thank