small fixes

This commit is contained in:
arcan1s
2014-02-26 02:21:42 +04:00
parent 946b470d11
commit 0c219544b2
19 changed files with 333 additions and 208 deletions

View File

@ -59,9 +59,9 @@ void MobileWidget::clear()
void MobileWidget::setShown(bool state)
{
if (state)
MobileWidget::show();
show();
else
MobileWidget::hide();
hide();
}