Fixed tooltip now closing properly. Fixes #159

This commit is contained in:
fourtf
2017-12-24 23:56:08 +01:00
parent 91099c028e
commit 0ca4a098e1
4 changed files with 10 additions and 21 deletions
-14
View File
@@ -107,20 +107,6 @@ void Window::closeEvent(QCloseEvent *)
this->closed();
}
// void Window::changeEvent(QEvent *event)
//{
// if (!this->isActiveWindow()) {
// this->lostFocus.invoke();
// }
// BaseWidget::changeEvent(event);
//}
// void Window::leaveEvent(QEvent *event)
//{
// this->lostFocus.invoke();
// BaseWidget::leaveEvent(event);
//}
void Window::refreshTheme()
{
QPalette palette;