1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

TexturePreview Update text when texture is being changed

This commit is contained in:
kleonc
2021-09-24 19:02:48 +02:00
parent d395dbae26
commit 1a3d53c008
2 changed files with 19 additions and 10 deletions

View File

@@ -44,6 +44,8 @@ private:
TextureRect *checkerboard = nullptr;
Label *metadata_label = nullptr;
void _update_metadata_label_text();
protected:
void _notification(int p_what);