WebTab: Raise notifications instead of clearing parent

remotes/origin/Falkon/3.0
David Rosca 8 years ago
parent 7bd3b3d5af
commit 1ff43ec6d8
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8
  1. 2
      src/lib/webtab/webtab.cpp

@ -585,8 +585,8 @@ void WebTab::p_restoreTab(const WebTab::SavedTab &tab)
void WebTab::showNotification(QWidget* notif)
{
m_notificationWidget->setParent(nullptr);
m_notificationWidget->setParent(this);
m_notificationWidget->raise();
m_notificationWidget->setFixedWidth(width());
m_notificationWidget->layout()->addWidget(notif);
m_notificationWidget->show();

Loading…
Cancel
Save