X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fsrc%2Fmodules%2Flyr_std%2Fstretch.cpp;h=65ae87fdc7c36ed94451742971cf1826adc64721;hb=35ab927bc9abb7455ff4aaf3cd02f3be9a18f5df;hp=0f1c37dd808e74cdb7513e5448fc1bfc728be72f;hpb=1cbe1a38d19f8f2853da8bec1079990caa668e11;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); }