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

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