Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 93565 Details for
Bug 223327
[navigation] MultiHyperlink rendered with gray borders on right and bottom
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Fix
patch.txt (text/plain), 1.16 KB, created by
Dani Megert
on 2008-03-26 06:41:44 EDT
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Dani Megert
Created:
2008-03-26 06:41:44 EDT
Size:
1.16 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jface.text >Index: src/org/eclipse/jface/text/hyperlink/MultipleHyperlinkPresenter.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jface.text/src/org/eclipse/jface/text/hyperlink/MultipleHyperlinkPresenter.java,v >retrieving revision 1.6 >diff -u -r1.6 MultipleHyperlinkPresenter.java >--- src/org/eclipse/jface/text/hyperlink/MultipleHyperlinkPresenter.java 20 Mar 2008 11:45:26 -0000 1.6 >+++ src/org/eclipse/jface/text/hyperlink/MultipleHyperlinkPresenter.java 26 Mar 2008 10:40:40 -0000 >@@ -180,13 +180,15 @@ > int width; > if (preferedSize.y - scrollBarHeight < constraints.y) { > width= preferedSize.x - scrollBarWidth; >+ fTable.getVerticalBar().setVisible(false); > } else { > width= Math.min(preferedSize.x, constraints.x); > } > > int height; > if (preferedSize.x - scrollBarWidth < constraints.x) { >- height= preferedSize.y - scrollBarHeight; >+ height= preferedSize.y - scrollBarHeight - 1; >+ fTable.getHorizontalBar().setVisible(false); > } else { > height= Math.min(preferedSize.y, constraints.y); > }
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 223327
:
93011
|
93553
|
93565
|
93570
|
93607
|
93608