Mention modal->autohide rename in migration guide

This commit is contained in:
Matthias Clasen 2019-05-20 00:03:30 +00:00
parent c3d7c947ad
commit 9765aabebd

View File

@ -670,7 +670,7 @@
<title>Adapt to changes in GtkOverlay API</title>
<para>
The GtkOverlay::pass-through child property has been replaced by the
GtkWidget::can-pick property. Note that they have the oppositve sense:
GtkWidget::can-pick property. Note that they have the opposite sense:
pass-through == !can-pick.
</para>
</section>
@ -755,6 +755,14 @@
instead.
</para>
</section>
<section>
<title>GtkPopover::modal has been renamed to autohide</title>
<para>
The modal property has been renamed to autohide.
gtk-builder-tool can assist with the rename in ui files.
</para>
</section>
</section>
</chapter>