diff --git a/src/frontends/qt4/GuiWorkArea.cpp b/src/frontends/qt4/GuiWorkArea.cpp index f25f2fc4e7..a7bbc897e7 100644 --- a/src/frontends/qt4/GuiWorkArea.cpp +++ b/src/frontends/qt4/GuiWorkArea.cpp @@ -231,9 +231,6 @@ GuiWorkArea::GuiWorkArea(Buffer & buffer, GuiView & lv) QObject::connect(verticalScrollBar(), SIGNAL(actionTriggered(int)), this, SLOT(adjustViewWithScrollBar(int))); - // disable context menu for the scrollbar - verticalScrollBar()->setContextMenuPolicy(Qt::NoContextMenu); - // PageStep only depends on the viewport height. verticalScrollBar()->setPageStep(viewport()->height());