Room and Message tabs: focus input line when convenient; Fix #180

As suggest by Daenyth in #185
This commit is contained in:
Fabio Bas 2014-07-06 14:27:35 +02:00
parent 7f77082466
commit aead0843af
6 changed files with 16 additions and 9 deletions

View file

@ -479,6 +479,7 @@ void TabSupervisor::updateCurrent(int index)
tab->setContentsChanged(false);
}
emit setMenu(static_cast<Tab *>(widget(index))->getTabMenus());
tab->tabActivated();
} else
emit setMenu();
}