Skip to content

Commit

Permalink
Don't disable the present units list when investigating
Browse files Browse the repository at this point in the history
This allows giving orders to one's own units in the city and scrolling
through the unit list.

Closes #2302.
Closes #2286.
  • Loading branch information
lmoureaux committed Jul 7, 2024
1 parent 336c424 commit 1cac910
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/citydlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,6 @@ void city_dialog::update_disabled()
ui.buy_button->setEnabled(can_edit);
ui.cma_enable_but->setEnabled(can_edit);
ui.production_combo_p->setEnabled(can_edit);
ui.present_units_list->setEnabled(can_edit);
update_prod_buttons();
}

Expand Down

0 comments on commit 1cac910

Please sign in to comment.