mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
Reimplemented cScrollParallax with shapes, and added new features.
Added cUIProgressBar control. Fixed minor bugs on the UI.
This commit is contained in:
@@ -60,6 +60,13 @@ void cUICheckBox::SetTheme( cUITheme * Theme ) {
|
||||
Padding( eeRectf(0,0,0,0) );
|
||||
}
|
||||
|
||||
void cUICheckBox::OnSizeChange() {
|
||||
cUITextBox::OnSizeChange();
|
||||
|
||||
mActiveButton->CenterVertical();
|
||||
mInactiveButton->CenterVertical();
|
||||
}
|
||||
|
||||
Uint32 cUICheckBox::OnMessage( const cUIMessage * Msg ) {
|
||||
switch ( Msg->Msg() ) {
|
||||
case cUIMessage::MsgClick: {
|
||||
|
||||
Reference in New Issue
Block a user