Skip to content

Commit

Permalink
GUI2/Styled Widget: initialize use_markup from builder in second ctor
Browse files Browse the repository at this point in the history
I forgot to add this when use_markup was added to the styled_widget builder.
  • Loading branch information
Vultraz committed Aug 15, 2017
1 parent 302d235 commit bac6f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/widgets/styled_widget.cpp
Expand Up @@ -73,7 +73,7 @@ styled_widget::styled_widget(const implementation::builder_styled_widget& builde
: widget(builder)
, definition_(builder.definition)
, label_(builder.label_string)
, use_markup_(false)
, use_markup_(builder.use_markup)
, use_tooltip_on_label_overflow_(builder.use_tooltip_on_label_overflow)
, tooltip_(builder.tooltip)
, help_message_(builder.help)
Expand Down

0 comments on commit bac6f1f

Please sign in to comment.