[RTL] Fix custom effects not updating.

This commit is contained in:
Pāvels Nadtočajevs 2025-03-05 22:55:35 +02:00
parent 1ba4dbb164
commit 9f8d8b7c4e
No known key found for this signature in database
GPG key ID: 8413210218EF35D2
3 changed files with 15 additions and 3 deletions

View file

@ -881,6 +881,7 @@ public:
Array get_effects();
void install_effect(const Variant effect);
void reload_effects();
virtual Size2 get_minimum_size() const override;