Skip to content

Commit

Permalink
Drop Down List: set restore flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Oct 30, 2016
1 parent d9f1ee8 commit 2db29bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/dialogs/drop_down_list.hpp
Expand Up @@ -31,6 +31,7 @@ class tdrop_down_list : public tdialog
, selected_item_(selected_item)
, use_markup_(use_markup)
{
set_restore(true);
}
int selected_item() const { return selected_item_; }
private:
Expand Down

0 comments on commit 2db29bb

Please sign in to comment.