add missing return statement to max_dimension_use_zoom lua binding
This commit is contained in:
@@ -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 )
|
||||||
|
|||||||
Reference in New Issue
Block a user