Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Rings:1-MinimalX
pinentry
qt4-disable-inputmethod-for-passwords.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File qt4-disable-inputmethod-for-passwords.diff of Package pinentry
--- qt4/qsecurelineedit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: pinentry-0.8.3/qt4/qsecurelineedit.cpp =================================================================== --- pinentry-0.8.3.orig/qt4/qsecurelineedit.cpp 2013-08-19 22:40:57.000000000 +0100 +++ pinentry-0.8.3/qt4/qsecurelineedit.cpp 2013-08-19 22:40:59.000000000 +0100 @@ -2688,7 +2688,7 @@ void QSecureLineEditPrivate::init(const q->setCursor(Qt::IBeamCursor); #endif q->setFocusPolicy(Qt::StrongFocus); - q->setAttribute(Qt::WA_InputMethodEnabled); + q->setAttribute(Qt::WA_InputMethodEnabled, false); // Specifies that this widget can use more, but is able to survive on // less, horizontal space; and is fixed vertically. q->setSizePolicy(QSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed, QSizePolicy::LineEdit));
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