[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdegraphics/kviewshell/plugins/pdf (silent)
From:       Wilfried Huss <Wilfried.Huss () gmx ! at>
Date:       2006-02-28 21:00:51
Message-ID: 1141160451.510366.11334.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 514615 by whuss:

SVN_SILENT fix last commit

 M  +1 -2      pdfWidget.cpp  


--- trunk/KDE/kdegraphics/kviewshell/plugins/pdf/pdfWidget.cpp #514614:514615
@@ -46,8 +46,7 @@
   // Check if the mouse is pressed on a source-hyperlink
   // source hyperlinks can be invoked with the Middle Mousebutton or alternatively
   // with Control+Left Mousebutton
-  if ((e->button() == Qt::MidButton || (e->button() == Qt::LeftButton && (e->state() \
                & Qt::ControlButton)))
-      && (pageData->sourceHyperLinkList.size() > 0))
+  if (e->button() == Qt::MidButton || (e->button() == Qt::LeftButton && (e->state() \
& Qt::ControlButton)))  {
     PdfPageCache* pdfCache = static_cast<PdfPageCache*>(documentCache);
     pdfCache->inverseSearch(pageNumber, inverseMap(e->pos()), true);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic