Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 58246 Details for
Bug 75937
metatheme-0.0.6.ebuild (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for jdk-1.4
metatheme-jdk14.diff (text/plain), 1.21 KB, created by
Ales Najmann
on 2005-05-06 22:26:30 UTC
(
hide
)
Description:
Patch for jdk-1.4
Filename:
MIME Type:
Creator:
Ales Najmann
Created:
2005-05-06 22:26:30 UTC
Size:
1.21 KB
patch
obsolete
>diff -ru toolkits/java/metatheme/MetaThemeScrollBarUI.java toolkits/java/metatheme/MetaThemeScrollBarUI.java >--- toolkits/java/metatheme/MetaThemeScrollBarUI.java Wed Dec 29 17:58:47 2004 >+++ toolkits/java/metatheme/MetaThemeScrollBarUI.java Wed Dec 29 23:44:35 2004 >@@ -81,7 +81,7 @@ > int state = MT_NORMAL; > int orientation = (scrollbar.getOrientation() == JScrollBar.VERTICAL)? MT_VERTICAL : MT_HORIZONTAL; > >- if (isThumbRollover()) state |= MT_HOVER; >+ //if (isThumbRollover()) state |= MT_HOVER; > if (isDragging()) state |= MT_ACTIVE; > > engine.drawWidget(g, MT_SCROLLBAR_HANDLE, state, r.x, r.y, r.width, r.height, 0, orientation); >diff -ru toolkits/java/metatheme/MetaThemeTabbedPaneUI.java toolkits/java/metatheme/MetaThemeTabbedPaneUI.java >--- toolkits/java/metatheme/MetaThemeTabbedPaneUI.java Wed Dec 29 18:14:50 2004 >+++ toolkits/java/metatheme/MetaThemeTabbedPaneUI.java Wed Dec 29 23:44:53 2004 >@@ -186,6 +186,7 @@ > return 0; > } > >+ /* > protected JButton createScrollButton(int direction) { > int type; > >@@ -199,6 +200,7 @@ > > return new MetaThemeScrollButton(type, this); > } >+ */ > > public int getTabAreaHeight() { > return calculateTabAreaHeight(tabPane.getTabPlacement(), runCount, maxTabHeight);
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 75937
:
47049
|
58244
| 58246 |
58253
|
69688
|
69689
|
97478
|
98344