GNOME Bugzilla – Bug 671588
selectable labels loose the selection too easily
Last modified: 2012-03-20 05:06:29 UTC
if you hit Alt while a label is selected, gtk_label_recalculate is getting called and that calls gtk_label_clear_select_info - I don't think it should do that.
The following fix has been pushed: ad1c0f7 label: Don't use the selection too easily
Created attachment 210142 [details] [review] label: Don't use the selection too easily When we are re-setting the same text for internal reasons (e.g. when applying the mnemonics-visible change upon Alt press), we should not needlessly loos the selection.