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

                 Summary: pointer_ungrab() takes exactly 1 argument (0 given) 
                 Project: MyPaint
            Submitted by: manday
            Submitted on: Sun 07 Apr 2013 06:23:43 PM GMT
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: git
         Planned Release: None
        Operating System: 

    _______________________________________________________

Details:

Occasionally, there is an error:


DEBUG: mode stack updated: <ModeStack [SwitchableFreehandMode, PanViewMode]>
DEBUG: pointer grab failed: <enum GDK_GRAB_INVALID_TIME of type
GdkGrabStatus>
DEBUG:  gdk_pointer_is_grabbed(): False
DEBUG: exiting mode
DEBUG: mode stack updated: <ModeStack [SwitchableFreehandMode]>
Traceback (most recent call last):
  File "/home/manday/local/share/mypaint/gui/document.py", line 77, in
button_press_cb
    result = self.modes.top.button_press_cb(tdw, event)
  File "/home/manday/local/share/mypaint/gui/canvasevent.py", line 582, in
button_press_cb
    return self._dispatch_named_action(None, tdw, event, action_name)
  File "/home/manday/local/share/mypaint/gui/canvasevent.py", line 649, in
_dispatch_named_action
    return mode.button_press_cb(tdw, event)
  File "/home/manday/local/share/mypaint/gui/canvasevent.py", line 1091, in
button_press_cb
    self._start_drag(tdw, event)
  File "/home/manday/local/share/mypaint/gui/canvasevent.py", line 1010, in
_start_drag
    gdk.pointer_ungrab()
  File "/usr/lib64/python2.7/site-packages/gi/types.py", line 43, in function
    return info.invoke(*args, **kwargs)
TypeError: pointer_ungrab() takes exactly 1 argument (0 given)
DEBUG: mode stack updated: <ModeStack [SwitchableFreehandMode, PanViewMode]>
DEBUG: mode stack updated: <ModeStack [SwitchableFreehandMode]>





    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  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