Fix notifications when minimized. 50/head
authorMartin Sandsmark <martin.sandsmark@kde.org>
Tue, 17 Dec 2013 15:26:39 +0000 (16:26 +0100)
committerMartin T. H. Sandsmark <martin.sandsmark@nov.com>
Wed, 18 Dec 2013 11:52:59 +0000 (12:52 +0100)
commitfd97519376748925efe765d138ad5af637d809bd
tree8ca8f4b730f21cf36a7279d4d7f620d6791286ee
parentc44ad636e50c5ad8207cc59f10866539afa8a216
Fix notifications when minimized.

QWidget::isVisible() just checks if the widget has been explicitly
hidden, not if it is minimized, covered, or whatnot.

Fixes #1240
src/qtui/mainwin.cpp