godot/editor/import
Alessandro Famà fddd0a5098
Fix playback position label update in Audio Stream Importer
The current playback position label doesn't get updated if the playhead is not visible. The label is updated in `_draw_indicator()` at the end of the function, but we return early if the calculated offset falls outside the valid range. This fix moves the label updating above this check, ensuring that the label always gets updated regardless of the visibility of the playhead.

Fixes #86550.

(cherry picked from commit 155bebfdf2)
2024-03-11 16:29:58 +01:00
..
atlas_import_failed.xpm Added ability for multiple images to be imported as an atlas 2019-04-19 15:56:34 -03:00
audio_stream_import_settings.cpp Fix playback position label update in Audio Stream Importer 2024-03-11 16:29:58 +01:00
audio_stream_import_settings.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
collada.cpp Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable 2023-10-08 17:23:33 +02:00
collada.h Enable shadow warnings and fix raised errors 2023-05-11 16:00:59 +02:00
dynamic_font_import_settings.cpp Set an appropriate minimum size for labels in windows that display incorrectly 2024-01-25 17:19:42 +01:00
dynamic_font_import_settings.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_import_collada.cpp Avoid singularity when generated tangents and validate that tangents are good enough when using compression 2024-03-11 15:00:43 +01:00
editor_import_collada.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_import_plugin.cpp Use reimport_append api for importing embedded gltf images 2023-02-06 07:11:45 -08:00
editor_import_plugin.h Use reimport_append api for importing embedded gltf images 2023-02-06 07:11:45 -08:00
post_import_plugin_skeleton_renamer.cpp Add method check for _notify_skeleton_bones_renamed. 2023-10-26 10:22:59 +01:00
post_import_plugin_skeleton_renamer.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
post_import_plugin_skeleton_rest_fixer.cpp Set new RestFixer tracks as imported 2023-10-09 23:43:37 +01:00
post_import_plugin_skeleton_rest_fixer.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
post_import_plugin_skeleton_track_organizer.cpp Implement AnimationManager the base class of AnimationPlayer/Tree 2023-09-29 08:23:57 +09:00
post_import_plugin_skeleton_track_organizer.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_bitmask.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_bitmask.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_bmfont.cpp [Bitmap fonts] Add support for scaling. 2023-10-13 12:57:45 +03:00
resource_importer_bmfont.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_csv_translation.cpp Make translation importer skip not-supported lang tag 2023-10-20 16:17:29 +08:00
resource_importer_csv_translation.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_dynamic_font.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_dynamic_font.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_image.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_image.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_imagefont.cpp Don't use TTR/RTR for ERR/WARN prints 2023-11-12 12:00:55 +01:00
resource_importer_imagefont.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_layered_texture.cpp Register and cleanup resource importer singletons in a predictable way 2023-08-07 17:49:33 +02:00
resource_importer_layered_texture.h Register and cleanup resource importer singletons in a predictable way 2023-08-07 17:49:33 +02:00
resource_importer_obj.cpp Avoid singularity when generated tangents and validate that tangents are good enough when using compression 2024-03-11 15:00:43 +01:00
resource_importer_obj.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_scene.cpp Remove GI methods in parentheses from light baking options 2024-03-11 15:00:44 +01:00
resource_importer_scene.h Fix Resource Importer use after free 2023-11-14 16:39:41 +11:00
resource_importer_shader_file.cpp Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable 2023-10-08 17:23:33 +02:00
resource_importer_shader_file.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_texture_atlas.cpp Extract and reorganize texture resource classes 2023-07-14 20:04:21 +02:00
resource_importer_texture_atlas.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_texture_settings.cpp Check if the required texture format is imported in the export dialog 2023-06-20 10:58:34 -05:00
resource_importer_texture_settings.h Check if the required texture format is imported in the export dialog 2023-06-20 10:58:34 -05:00
resource_importer_texture.cpp Codestyle: Fix some comment issues 2023-11-21 15:26:53 +01:00
resource_importer_texture.h Register and cleanup resource importer singletons in a predictable way 2023-08-07 17:49:33 +02:00
resource_importer_wav.cpp Fixed reading WAV files with odd chunk sizes. 2023-12-07 10:27:04 +01:00
resource_importer_wav.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_import_settings.cpp [4.2] Fix crash when previewing a scene with a mesh as the root node 2024-01-31 07:43:25 -06:00
scene_import_settings.h Add animation playback preview to scene import settings 2023-06-13 08:42:12 +03:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00