roelj / inklingreader

A GNU/Linux-friendly version of the Wacom Inkling SketchManager.
GNU General Public License v3.0
50 stars 16 forks source link

Gtk-CRITICAL when opening a WPI file #25

Closed xuv closed 10 years ago

xuv commented 10 years ago

Copying from discussion under issue #20

When loadling a file (any already provided test file will do), I get these errors in the console:

(inklingreader:13381): Gtk-CRITICAL **: gtk_widget_set_size_request: assertion `width >= -1' failed
(inklingreader:13381): Gtk-WARNING **: drawing failure for widget `GtkDrawingArea': invalid matrix (not invertible)

Although the program seems to work normally, the drawing is displayed correctly.

roelj commented 10 years ago

Should be resolved with 8512cff69c. Can you confirm this?

xuv commented 10 years ago

Yep. This bug is solved for me. Thx.