From 1cac910dad51d7bff6759e6891934c322517c8cb Mon Sep 17 00:00:00 2001 From: Louis Moureaux Date: Sun, 7 Jul 2024 19:14:03 +0200 Subject: [PATCH] Don't disable the present units list when investigating This allows giving orders to one's own units in the city and scrolling through the unit list. Closes #2302. Closes #2286. --- client/citydlg.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/client/citydlg.cpp b/client/citydlg.cpp index 99a6789b65..0b2e58ccd0 100644 --- a/client/citydlg.cpp +++ b/client/citydlg.cpp @@ -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(); }