Skip to content

Commit

Permalink
Campaign selection filter : сhanges for calling campaign_selected() f…
Browse files Browse the repository at this point in the history
…unction.
  • Loading branch information
dvladf authored and Vultraz committed Jan 27, 2019
1 parent b5c48b1 commit 9b0d036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/dialogs/campaign_selection.cpp
Expand Up @@ -187,9 +187,9 @@ void campaign_selection::sort_campaigns(window& window, campaign_selection::CAMP

if(!was_selected.empty() && exists_in_filtered_result) {
find_widget<tree_view_node>(&window, was_selected, false).select_node();
} else {
campaign_selected(window);
}

campaign_selected(window);
}

void campaign_selection::toggle_sorting_selection(window& window, CAMPAIGN_ORDER order)
Expand Down

0 comments on commit 9b0d036

Please sign in to comment.