settings: Default gtk-split-cursor to FALSE
According to Owen, this was the intention when the setting was added in 2001. It only took us 20 years to fix the default value.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user