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 33649 Details for
Bug 125337
LightweightSystem doesn't consistently use getUpdateManager accessor
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 bug
bugzilla 125337.txt (text/plain), 803 bytes, created by
Steven R. Shaw
on 2006-01-26 10:12:49 EST
(
hide
)
Description:
patch for bug
Filename:
MIME Type:
Creator:
Steven R. Shaw
Created:
2006-01-26 10:12:49 EST
Size:
803 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.draw2d >Index: src/org/eclipse/draw2d/LightweightSystem.java >=================================================================== >RCS file: /home/tools/org.eclipse.draw2d/src/org/eclipse/draw2d/LightweightSystem.java,v >retrieving revision 1.25 >diff -u -r1.25 LightweightSystem.java >--- src/org/eclipse/draw2d/LightweightSystem.java 1 Dec 2005 18:41:26 -0000 1.25 >+++ src/org/eclipse/draw2d/LightweightSystem.java 26 Jan 2006 15:13:46 -0000 >@@ -116,7 +116,7 @@ > r.setLocation(0, 0); > root.setBounds(r); > root.revalidate(); >- manager.performUpdate(); >+ getUpdateManager().performUpdate(); > } > > /** >@@ -193,7 +193,7 @@ > * @since 2.0 > */ > public void paint(GC gc) { >- manager.paint(gc); >+ getUpdateManager().paint(gc); > } > > /**
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
Flags:
nyssen
:
iplog+
Actions:
View
|
Diff
Attachments on
bug 125337
: 33649