mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
entry: Set text direction information on text handles
This way the handles point to the right side on the presence of rtl/ltr text.
This commit is contained in:
parent
8d56346f9b
commit
10cb7f90e4
@ -4174,6 +4174,7 @@ gtk_entry_move_handle (GtkEntry *entry,
|
||||
|
||||
_gtk_text_handle_set_visible (priv->text_handle, pos, TRUE);
|
||||
_gtk_text_handle_set_position (priv->text_handle, pos, &rect);
|
||||
_gtk_text_handle_set_direction (priv->text_handle, pos, priv->resolved_dir);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user