Skip to content

Commit

Permalink
Addons Manager: use 'keep open' behavior for type filter dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Feb 18, 2017
1 parent 979637f commit 0e1d6df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/dialogs/addon/manager.cpp
Expand Up @@ -367,6 +367,7 @@ void addon_manager::pre_show(window& window)
}

type_filter.set_values(type_filter_entries);
type_filter.set_keep_open(true);
type_filter.connect_click_handler(std::bind(&addon_manager::filter_callback, this, std::ref(window)));

button& url_go_button = find_widget<button>(&window, "url_go", false);
Expand Down

0 comments on commit 0e1d6df

Please sign in to comment.