mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Add missing virtual calls to UIList methods (#80)
* Add missing virtual calls to UIList methods * Add missing virtual call in UICheckBox::Draw
This commit is contained in:
parent
d6b7fecb69
commit
64429232f8
2 changed files with 9 additions and 0 deletions
|
@ -84,6 +84,8 @@ UICheckBox::UICheckBox()
|
|||
|
||||
void UICheckBox::Draw()
|
||||
{
|
||||
UpdateData();
|
||||
|
||||
if (!m_depressed)
|
||||
{
|
||||
Draw3DBox(0.0f, 0.0f, m_frame.size.width, m_frame.size.height, 0, m_border_color, m_local_alpha);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue