Fix scrollbar render with RTL scroll following visible

This commit is contained in:
Robob27 2025-10-12 05:41:49 -04:00
parent 0fdb93cde6
commit 82ddbe7878
2 changed files with 13 additions and 2 deletions

View file

@ -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();