Exported RefreshBackground

This commit is contained in:
DyNaM1Kk 2025-04-27 13:12:25 +04:00 committed by Ricardo Luís Vaz Silva
commit 3bb716c414
2 changed files with 13 additions and 0 deletions

View file

@ -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