Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:12.2
qt3-devel-doc
0047-fix-kmenu-width.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0047-fix-kmenu-width.diff of Package qt3-devel-doc
qt-bugs@ issue: N46882 bugs.kde.org number: 77545 applied: no author: Stephan Binner <binner@kde.org> Fix wrong K menu width for the case of enabled side pixmap and a menu title (like "Recently Used Applications") being longer than every other entry. Solution: Respect PanelKMenu::setMaximumSize() as up to Qt 3.2.3 Index: src/widgets/qpopupmenu.cpp ================================================================================ --- src/widgets/qpopupmenu.cpp +++ src/widgets/qpopupmenu.cpp @@ -2530,7 +2530,7 @@ constPolish(); QPopupMenu* that = (QPopupMenu*) this; //We do not need a resize here, just the sizeHint.. - return that->updateSize(FALSE, FALSE).expandedTo( QApplication::globalStrut() ); + return that->updateSize(FALSE).expandedTo( QApplication::globalStrut() ); }
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