- scripted color picker fully working.
This commit is contained in:
parent
dbf3530696
commit
f0e925c5a7
9 changed files with 186 additions and 189 deletions
|
|
@ -487,6 +487,13 @@ void DOptionMenuDescriptor::CalcIndent()
|
|||
mIndent = widest + 4;
|
||||
}
|
||||
|
||||
DEFINE_ACTION_FUNCTION(DOptionMenuDescriptor, CalcIndent)
|
||||
{
|
||||
PARAM_SELF_PROLOGUE(DOptionMenuDescriptor);
|
||||
self->CalcIndent();
|
||||
return 0;
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue