aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/panel-plugins/systemtray/LSysTray.h
diff options
context:
space:
mode:
Diffstat (limited to 'lumina-desktop/panel-plugins/systemtray/LSysTray.h')
-rw-r--r--lumina-desktop/panel-plugins/systemtray/LSysTray.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lumina-desktop/panel-plugins/systemtray/LSysTray.h b/lumina-desktop/panel-plugins/systemtray/LSysTray.h
index 28e2702c..e189b729 100644
--- a/lumina-desktop/panel-plugins/systemtray/LSysTray.h
+++ b/lumina-desktop/panel-plugins/systemtray/LSysTray.h
@@ -77,14 +77,14 @@ public slots:
}
protected:
- void paintEvent(QPaintEvent *event){
+ /*void paintEvent(QPaintEvent *event){
//Also repaint all the tray icons
for(int i=0; i<trayIcons.length(); i++){
trayIcons[i]->update();
}
//Now pass the event on to the normal routine
LPPlugin::paintEvent(event);
- }
+ }*/
};
#endif
bgstack15