no need for the PageViewToolBar to have the mouse tracking enabled

svn path=/trunk/KDE/kdegraphics/okular/; revision=722555
This commit is contained in:
Pino Toscano 2007-10-07 15:30:02 +00:00
parent 5e0c1a1671
commit a580378469

View file

@ -393,7 +393,6 @@ PageViewToolBar::PageViewToolBar( QWidget * parent, QWidget * anchorWidget )
: QWidget( parent ), d( new ToolBarPrivate( this ) )
{
setAttribute( Qt::WA_OpaquePaintEvent, true );
setMouseTracking( true );
// initialize values of the private data storage structure
d->anchorWidget = anchorWidget;