summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/migrating-3to4.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/gtk/migrating-3to4.md')
-rw-r--r--docs/reference/gtk/migrating-3to4.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/reference/gtk/migrating-3to4.md b/docs/reference/gtk/migrating-3to4.md
index 461be38197..a8ba76e557 100644
--- a/docs/reference/gtk/migrating-3to4.md
+++ b/docs/reference/gtk/migrating-3to4.md
@@ -1157,6 +1157,11 @@ shows a #GtkFileChooserNative dialog when clicked; once the file selection
has completed, you can update the label of the #GtkButton with the selected
file.
+### Adapt to changed GtkSettings properties
+
+In GTK 3 the #GtkSettings:gtk-cursor-aspect-ratio property of #GtkSettings was
+a float. In GTK 4 this has been changed to a double.
+
## Changes to consider after the switch
GTK 4 has a number of new features that you may want to take