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

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