Fixed tooltip now closing properly. Fixes #159
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user