Minor fixes.

--HG--
branch : dev-css
This commit is contained in:
Martín Lucas Golini
2019-03-22 23:50:37 -03:00
parent 3a1fbaec49
commit de4545b3a0
3 changed files with 6 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ class EE_API UIWindow : public UIWidget {
UIWindow * setSizeWithDecoration( const Sizef& size );
const Sizef& getSize();
const Sizef& getSize() const;
virtual void setTheme( UITheme * Theme );
@@ -229,7 +229,7 @@ class EE_API UIWindow : public UIWidget {
void fixTitleSize();
Uint32 onMouseDoubleClick( const Vector2i &position, const Uint32 flags );
Uint32 onMouseDoubleClick( const Vector2i &position, const Uint32& flags );
void checkShortcuts( const Uint32& KeyCode, const Uint32& Mod );