Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 38795 Details for
Bug 62176
x11-themes/gtk-qt-engine arts IUSE
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
much better patch
scrollbars.patch (text/plain), 590 bytes, created by
Andrew Kirilenko
on 2004-09-02 21:59:48 UTC
(
hide
)
Description:
much better patch
Filename:
MIME Type:
Creator:
Andrew Kirilenko
Created:
2004-09-02 21:59:48 UTC
Size:
590 bytes
patch
obsolete
>--- src/qt_qt_wrapper.cpp.orig 2004-07-30 20:02:08.000000000 +0300 >+++ src/qt_qt_wrapper.cpp 2004-09-03 07:49:57.210098392 +0300 >@@ -860,6 +860,16 @@ > { > if (!gtkQtEnable) > return; >+ >+ if (orientation == GTK_ORIENTATION_HORIZONTAL) >+ { >+ y--; >+ } >+ else >+ { >+ x--; >+ } >+ > > if(CachedImage* it = cacheFind(CachedImage::ScrollBarSlider, state, w, h)) > { >@@ -885,9 +895,9 @@ > delta += offset; > > if (orientation) { >- sbar.resize(w, h + delta + 1); >+ sbar.resize(w, h + delta); > } else { >- sbar.resize(w + delta + 1, h); >+ sbar.resize(w + delta, h); > } > > sbar.setMinValue(0);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 62176
:
38465
|
38485
|
38487
|
38608
| 38795