mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fix scrollbar render with RTL scroll following visible
This commit is contained in:
parent
0fdb93cde6
commit
82ddbe7878
2 changed files with 13 additions and 2 deletions
|
|
@ -591,6 +591,8 @@ private:
|
|||
void _invalidate_accessibility();
|
||||
void _invalidate_current_line(ItemFrame *p_frame);
|
||||
|
||||
void _prepare_scroll_anchor();
|
||||
|
||||
void _thread_function(void *p_userdata);
|
||||
void _thread_end();
|
||||
void _stop_thread();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue