Actions
Bug #1578
closedgtk4: Goto/airlift dialog not populated when checking "Show all cities"
Start date:
07/06/2025
Due date:
% Done:
0%
Estimated time:
Description
Maybe other clients and/or versions affected
Files
Actions
Added by Alexandr Ignatiev 8 months ago. Updated 8 months ago.
0%
Description
Maybe other clients and/or versions affected
Files
| 0081-gtk4-x-Fix-goto-dialog-Show-All-Cities-toggle.patch (3.63 KB) 0081-gtk4-x-Fix-goto-dialog-Show-All-Cities-toggle.patch | main, S3_3 | Marko Lindqvist, 07/07/2025 12:49 AM | |
| 0029-gtk4-Fix-goto-dialog-Show-All-Cities-toggle.patch (2 KB) 0029-gtk4-Fix-goto-dialog-Show-All-Cities-toggle.patch | S3_2, S3_1 | Marko Lindqvist, 07/07/2025 12:50 AM |
Console gets this at the time one clicks the toggle:
1: Gtk: gtk_toggle_button_get_active: assertion 'GTK_IS_TOGGLE_BUTTON (toggle_button)' failed
Seems like another case of CheckButton / ToggleButton mismatch (their inheritance changed between gtk3 and gtk4)
These fix at least the errors. Whether it now actually populates / unpopulates cities is untested.