mirror of
https://github.com/whoahq/whoa.git
synced 2026-03-05 15:42:17 +03:00
feat(ui): implement CSimpleStatusBar::SetStatusBarColor
This commit is contained in:
parent
fd31a10eaf
commit
d0621df975
@ -206,7 +206,9 @@ void CSimpleStatusBar::SetRotatesTexture(int32_t enabled) {
|
||||
}
|
||||
|
||||
void CSimpleStatusBar::SetStatusBarColor(const CImVector& color) {
|
||||
// TODO
|
||||
if (this->m_barTexture) {
|
||||
this->m_barTexture->SetVertexColor(color);
|
||||
}
|
||||
}
|
||||
|
||||
void CSimpleStatusBar::SetValue(float value) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user