X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fsrc%2Fmodules%2Flyr_std%2Fstretch.cpp;h=65ae87fdc7c36ed94451742971cf1826adc64721;hb=d43ed398fd84b93b96eb91d91dafdf65c80537e6;hp=0f1c37dd808e74cdb7513e5448fc1bfc728be72f;hpb=bee0f6d2546e9afe9cbd0d9da701896947d99b5d;p=synfig.git diff --git a/synfig-core/src/modules/lyr_std/stretch.cpp b/synfig-core/src/modules/lyr_std/stretch.cpp index 0f1c37d..65ae87f 100644 --- a/synfig-core/src/modules/lyr_std/stretch.cpp +++ b/synfig-core/src/modules/lyr_std/stretch.cpp @@ -68,6 +68,8 @@ Layer_Stretch::Layer_Stretch(): amount(1,1), center(0,0) { + Layer::Vocab voc(get_param_vocab()); + Layer::fill_static(voc); }