GNOME Bugzilla – Bug 396446
accelerators & markup in label not shown
Last modified: 2007-07-23 15:02:05 UTC
Steps to reproduce: 0) Start glade-3 1) Create GtkWindow 2) Add GtkLabel to window 3) Set label's label to "_Label" and check "use underline" 4) Save as test1 5) Quit 6) Start glade-3 test1.glade Results: In step 4, the label is shown with its underline. In step 6, the underline is NOT shown, even though the properties are still set correctly (label=_Label, use-underline=true) in the properties view. The same applies for markup (try using "<b>Bold text</b>").
I don't have any permissions to edit bugs, but I think this is a duplicate of 405904.
Yep, this one is older and describes both the use_underline & use_markup problems, so I'll mark 405904 duplicate of this bug instead.
*** Bug 405904 has been marked as a duplicate of this bug. ***
*** Bug 458706 has been marked as a duplicate of this bug. ***
fixed in trunk with a g_signal_connect_after (label, "realize"...) trick.