Control == zoom

svn path=/trunk/kdegraphics/kpdf/; revision=272623
remotes/origin/kpdf-3.2
Laurent Montel 23 years ago
parent a3d24e578a
commit e7a8fcca90
  1. 2
      kpdf/kpdf_pagewidget.cc

@ -238,7 +238,7 @@ namespace KPDF
{
int delta = e->delta();
e->accept();
if ((e->state() & ShiftButton) == ShiftButton) {
if ((e->state() & ControlButton) == ControlButton) {
if ( e->delta() > 0 )
emit ZoomOut();
else

Loading…
Cancel
Save