mirror of
https://github.com/Relintai/godot-resources-as-sheets-plugin.git
synced 2025-04-08 17:41:50 +02:00
Update table_pages.gd
Reset current_page to 0 when rows_per_page is changed.
This commit is contained in:
parent
cc47e7ef73
commit
21cce7efcf
@ -98,6 +98,7 @@ func _on_button_pressed(button):
|
||||
|
||||
func _on_LineEdit_value_changed(value):
|
||||
rows_per_page = value
|
||||
current_page = 0
|
||||
_update_view()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user