Merge pull request #51585 from Paulb23/theme-update-optimisation

This commit is contained in:
Rémi Verschelde 2021-08-13 21:33:36 +02:00 committed by GitHub
commit 761eb7e06a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 111 additions and 54 deletions

View file

@ -306,6 +306,18 @@
[/codeblocks]
</description>
</method>
<method name="begin_bulk_theme_override">
<return type="void" />
<description>
Prevents [code]*_theme_*_override[/code] methods from emitting [constant NOTIFICATION_THEME_CHANGED] until [method end_bulk_theme_override] is called.
</description>
</method>
<method name="end_bulk_theme_override">
<return type="void" />
<description>
Ends a bulk theme override update. See [method begin_bulk_theme_override].
</description>
</method>
<method name="find_next_valid_focus" qualifiers="const">
<return type="Control" />
<description>