forked from AuroraMiddleware/gtk
Merge branch 'matthiasc/for-master' into 'master'
settings: Default gtk-split-cursor to FALSE See merge request GNOME/gtk!3827
This commit is contained in:
commit
bdbe0acd1f
@ -414,7 +414,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
|
||||
g_param_spec_boolean ("gtk-split-cursor",
|
||||
P_("Split Cursor"),
|
||||
P_("Whether two cursors should be displayed for mixed left-to-right and right-to-left text"),
|
||||
TRUE,
|
||||
FALSE,
|
||||
GTK_PARAM_READWRITE));
|
||||
g_assert (result == PROP_SPLIT_CURSOR);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user