godot/scene
Lisandro Lorea cb119e349a Fix TabContainer emitting spurious tab_selected signals when a theme is changed
- The repaint code was moved outside of set_current_tab() and to a "_repaint()" private function
- _on_theme_changed() will now only call _repaint() and update()
This means _on_theme_changed() will do only what it needs (repainting the TabContainer to account for the new theme)

fixes #39498

(cherry picked from commit 5123006f06)
2020-06-15 14:34:35 +02:00
..
2d SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
3d SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
animation SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
audio SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
debugger SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
gui Fix TabContainer emitting spurious tab_selected signals when a theme is changed 2020-06-15 14:34:35 +02:00
main Fix signal duplication bug when duplicating node with instanced children 2020-06-11 09:37:47 +08:00
resources SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
register_scene_types.cpp Add support for opengl external textures as defined by https://www.khronos.org/registry/OpenGL/extensions/OES/OES_EGL_image_external.txt 2020-03-05 13:09:49 -08:00
register_scene_types.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
scene_string_names.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
scene_string_names.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00