Ketmar Dark changed bug 179
What Removed Added
CC   ketmar@ketmar.no-ip.org

Comment # 1 on bug 179 from
p.s.

changing the line
  a.valueChanged.connect!"watch"(o);
to
  a.valueChangedSg.connect!"watch"(o);
(i.e. bypassing method call) works as expected both with -O0 and -O2.


You are receiving this mail because: