URL:
  <http://gna.org/bugs/?17005>

                 Summary: Intuos touchwheel causes errors
                 Project: MyPaint
            Submitted by: marand
            Submitted on: Tuesday 11/02/10 at 16:46
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 0.9.0-beta (git)
         Planned Release: None
        Operating System: Linux (Debian testing)

    _______________________________________________________

Details:

Touching the Intuos4 wheel causes an OverflowError in 0.9.0-beta (both the
bzip version and git).  I know this is new because with 0.8.2 I use the wheel
for zooming (wheel rebound to keyboard) without problems.

I tried removing my wheel-to-keypress binds, but the same error occurs with
the wheel returning mouse events insead of keyboard events.

App doesn't crash, but after the error drawing stops updating properly so a
restart is still required.

Console output (with my home path replaced with $HOME):

device change: pad1 <enum GDK_SOURCE_MOUSE of type GdkInputSource>
Traceback (most recent call last):
  File "$HOME/files/tmp/mypaint-git/mypaint/gui/tileddrawwidget.py", line
237, in motion_notify_cb
    self.doc.stroke_to(dtime, *data)
  File "$HOME/files/tmp/mypaint-git/mypaint/lib/document.py", line 110, in
stroke_to
    split = self.brush.stroke_to (l.surface, x, y, pressure, xtilt,ytilt,
dtime)
  File "$HOME/files/tmp/mypaint-git/mypaint/lib/mypaintlib.py", line 134, in
stroke_to
    def stroke_to(self, *args): return _mypaintlib.Brush_stroke_to(self,
*args)
OverflowError: in method 'Brush_stroke_to', argument 6 of type 'float'




    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?17005>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Mypaint-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/mypaint-bugs

Reply via email to