Follow-up Comment #1, bug #15496 (project mypaint):
Well this fix is a bit ugly but hey it worked when I looked up the script the
tool tip class module dongle what ever the hell you call it in python wasn't
being implemented. So I just commented out the entire section from ....
File "/usr/local/share/mypaint/gui/pixbuflist.py",
I commented out lines 95-100 so.......
----------------------------------------------------------------
# mouse pointer.
if self.tooltip_text != item_name:
self.tooltip_text = item_name
self.set_has_tooltip(False)
# pop down on the 1st event with this name
else:
self.set_tooltip_text(item_name)
# pop up on the 2nd
should look like this ........
# mouse pointer.
# if self.tooltip_text != item_name:
# self.tooltip_text = item_name
# self.set_has_tooltip(False)
# # pop down on the 1st event with this name
# else:
# self.set_tooltip_text(item_name)
# # pop up on the 2nd
---------------------------------------------------------------
I know most of you think its pointless to write this but I know my friends
stopped using Mypaint because of things like this fair enough they don't even
know what vim is so I figure for them what else am I going to do with my
Friday night.
O my now time to try the wacom pad : /
_______________________________________________________
Reply to this item at:
<http://gna.org/bugs/?15496>
_______________________________________________
Message sent via/by Gna!
http://gna.org/
_______________________________________________
Mypaint-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/mypaint-bugs