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:
Carlos Garnacho 2015-06-11 16:18:02 +02:00
parent 8d56346f9b
commit 10cb7f90e4

View File

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