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:
Matthias Clasen
2021-08-05 14:05:28 -04:00
parent e5e7f5dd88
commit 4cc7977d36

View File

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