Exported RefreshBackground
This commit is contained in:
parent
5168ce0e04
commit
3bb716c414
2 changed files with 13 additions and 0 deletions
|
|
@ -987,6 +987,18 @@ void DBaseStatusBar::RefreshBackground () const
|
|||
}
|
||||
}
|
||||
|
||||
static void RefreshBackground(DBaseStatusBar* self)
|
||||
{
|
||||
self->RefreshBackground();
|
||||
}
|
||||
|
||||
DEFINE_ACTION_FUNCTION_NATIVE(DBaseStatusBar, RefreshBackground, RefreshBackground)
|
||||
{
|
||||
PARAM_SELF_PROLOGUE(DBaseStatusBar);
|
||||
self->RefreshBackground();
|
||||
return 0;
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
//
|
||||
// DrawCrosshair
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue