Skip to content

Commit

Permalink
tsimple_item_selector: allowed markup by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Jan 30, 2016
1 parent 0743e82 commit 03857b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/dialogs/simple_item_selector.cpp
Expand Up @@ -90,6 +90,7 @@ void tsimple_item_selector::pre_show(CVideo& /*video*/, twindow& window)
string_map column;

column["label"] = it;
column["use_markup"] = "true";
data.insert(std::make_pair("item", column));

list.add_row(data);
Expand Down

0 comments on commit 03857b9

Please sign in to comment.