Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.1:Update
xpdf
xpdf-no-goto-when-fullscreen.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xpdf-no-goto-when-fullscreen.patch of Package xpdf
--- xpdf/XPDFViewer.cc +++ xpdf/XPDFViewer.cc @@ -844,6 +844,8 @@ void XPDFViewer::cmdFocusToPageNum(GooString *args[], int nArgs, XEvent *event) { + if (core->getFullScreen()) + return; XmTextFieldSetSelection(pageNumText, 0, strlen(XmTextFieldGetString(pageNumText)), XtLastTimestampProcessed(display));
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor