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

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