- scripted color picker fully working.

This commit is contained in:
Christoph Oelckers 2017-02-12 20:20:47 +01:00
commit f0e925c5a7
9 changed files with 186 additions and 189 deletions

View file

@ -487,6 +487,13 @@ void DOptionMenuDescriptor::CalcIndent()
mIndent = widest + 4;
}
DEFINE_ACTION_FUNCTION(DOptionMenuDescriptor, CalcIndent)
{
PARAM_SELF_PROLOGUE(DOptionMenuDescriptor);
self->CalcIndent();
return 0;
}
//=============================================================================
//
//