This commit is contained in:
Jonathan Payne
2014-09-04 18:36:21 -07:00
+1
View File
@@ -872,6 +872,7 @@ public:
static int max_dimension_use_zoom(T* p, lua_State* L) static int max_dimension_use_zoom(T* p, lua_State* L)
{ {
p->SetMaxDimUseZoom(lua_toboolean(L, 1)); p->SetMaxDimUseZoom(lua_toboolean(L, 1));
return 0;
} }
static int vertspacing( T* p, lua_State *L ) { p->SetVertSpacing( IArg(1) ); return 0; } static int vertspacing( T* p, lua_State *L ) { p->SetVertSpacing( IArg(1) ); return 0; }
static int settext( T* p, lua_State *L ) static int settext( T* p, lua_State *L )