mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Added cUISpinBox control to the UI.
Added events when a value in a control change ( for the slider, checkbox, ratiobutton, spinbox ). Fixed text alignment on cUITextBox.
This commit is contained in:
@@ -89,6 +89,8 @@ void cUICheckBox::Active( const bool& active ) {
|
||||
|
||||
mActive = true;
|
||||
}
|
||||
|
||||
OnValueChange();
|
||||
}
|
||||
|
||||
const bool& cUICheckBox::Active() const {
|
||||
|
||||
Reference in New Issue
Block a user