summaryrefslogtreecommitdiff
path: root/debian/patches/0222-statusbar-recursion.diff
blob: 6b1812fe56ba77b6936c0386c51a301219955f18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
qt-bugs@ issue : N207415
Trolltech task ID : 207597
bugs.kde.org number : none
applied: no
author: Dirk Mueller <mueller@kde.org>

This patch fixes random crashes due to paintevent
recursion and in once case a 100% startup crash (lyx).

--- a/src/gui/widgets/qstatusbar.cpp
+++ b/src/gui/widgets/qstatusbar.cpp
@@ -643,7 +643,7 @@
     }
 
     emit messageChanged(d->tempItem);
-    repaint();
+    update();
 }
 
 /*!