From 5415a3e7eedcb097e2cd43310a536b79bccccb46 Mon Sep 17 00:00:00 2001 From: Javier Serrano Polo Date: Sat, 22 Jul 2006 03:29:26 +0000 Subject: [PATCH] redirect events to the piano widget git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@258 0778d3d1-df1d-0410-868b-ea421aaaa00d --- include/piano_roll.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/piano_roll.h b/include/piano_roll.h index 6a6ca847c..04763b610 100644 --- a/include/piano_roll.h +++ b/include/piano_roll.h @@ -109,6 +109,7 @@ protected: virtual void paintEvent( QPaintEvent * _pe ); virtual void resizeEvent( QResizeEvent * _re ); virtual void wheelEvent( QWheelEvent * _we ); + virtual bool x11Event( XEvent * _xe ); int FASTCALL getKey( int _y ); static inline void drawNoteRect( QPainter & _p, Uint16 _x, Uint16 _y,