Skip to content

Commit

Permalink
Fix PopulationMenu's pop_list mouse_filter not being pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Spartan322 committed Dec 29, 2024
1 parent 7cbcc0e commit ec4d255
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ func _setup_pop_list() -> void:
var pop_list_panel : Panel = get_panel_from_nodepath(^"./country_pop/pop_list")
if not pop_list_panel:
return
pop_list_panel.mouse_filter = Control.MOUSE_FILTER_PASS

if _pop_list_scrollbar:
_pop_list_scrollbar.value_changed.connect(
Expand Down

0 comments on commit ec4d255

Please sign in to comment.