Blog: LPub4 for Linux, 4th iteration: lpub4-2-setmeta-args-fix.patch
File lpub4-2-setmeta-args-fix.patch, 361 bytes (added by retracile, 11 years ago) |
---|
-
metaitem.cpp
diff --git a/metaitem.cpp b/metaitem.cpp index 9b0779d..3aa6f8d 100755
a b void MetaItem::changeMargins( 1073 1073 1074 1074 if (ok) { 1075 1075 margin->setValues(values[0],values[1]); 1076 setMeta(topOfStep,bottomOfStep,margin, append,useTop,local);1076 setMeta(topOfStep,bottomOfStep,margin,useTop,append,local); 1077 1077 } 1078 1078 } 1079 1079