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 86492 Details for
Bug 212319
TextFlow doesn't paint a border properly
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]
Patch for the project
patch.txt (text/plain), 1.01 KB, created by
Pratik Shah
on 2008-01-09 13:32:38 EST
(
hide
)
Description:
Patch for the project
Filename:
MIME Type:
Creator:
Pratik Shah
Created:
2008-01-09 13:32:38 EST
Size:
1.01 KB
patch
obsolete
>Index: src/org/eclipse/draw2d/text/InlineFlow.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.gef/plugins/org.eclipse.draw2d/src/org/eclipse/draw2d/text/InlineFlow.java,v >retrieving revision 1.16 >diff -u -r1.16 InlineFlow.java >--- src/org/eclipse/draw2d/text/InlineFlow.java 8 Jan 2008 18:23:22 -0000 1.16 >+++ src/org/eclipse/draw2d/text/InlineFlow.java 9 Jan 2008 18:29:49 -0000 >@@ -101,12 +101,6 @@ > where.y = -box.getAscentWithBorder(); > where.height = box.getDescentWithBorder() - where.y; > where.y += box.getBaseline(); >- if (i == 0) { >- where.x += fb.getLeftMargin(); >- where.width -= fb.getLeftMargin(); >- } >- if (i == frags.size() - 1) >- where.width -= fb.getRightMargin(); > sides = 0; > if (i == 0) > sides = SWT.LEAD; >@@ -114,6 +108,7 @@ > sides |= SWT.TRAIL; > fb.paint(this, graphics, where, sides); > } >+ graphics.restoreState(); > } > if (selectionStart != -1) > paintSelection(graphics);
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 212319
: 86492