GNOME Bugzilla – Bug 760988
Fix a crash when drawing without group and levels
Last modified: 2016-01-22 16:01:03 UTC
Created attachment 319554 [details] [review] Fix a crash and allow to draw the widget without key labels. Fix a crash in draw_key_label() when trying to draw the widget without having set groups or levels. Allowing to draw the widget without key labels still makes some sense when testing keyboard geometries.
Created attachment 319555 [details] minimal test program in python I am attaching a minimal test program in python to show the crash. The same program does not crash anymore after the patch and shows a keyboard without key labels.