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 168802 Details for
Bug 312418
Update problem within ScrollableSelectionFeedbackPolicy, when moving container figure
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]
alternative patch
Bug_312418 (text/plain), 1.37 KB, created by
Alex Boyko
on 2010-05-17 15:18:48 EDT
(
hide
)
Description:
alternative patch
Filename:
MIME Type:
Creator:
Alex Boyko
Created:
2010-05-17 15:18:48 EDT
Size:
1.37 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.gef >Index: src/org/eclipse/gef/editpolicies/ScrollableSelectionFeedbackEditPolicy.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.gef/plugins/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ScrollableSelectionFeedbackEditPolicy.java,v >retrieving revision 1.1 >diff -u -r1.1 ScrollableSelectionFeedbackEditPolicy.java >--- src/org/eclipse/gef/editpolicies/ScrollableSelectionFeedbackEditPolicy.java 12 Mar 2010 19:57:20 -0000 1.1 >+++ src/org/eclipse/gef/editpolicies/ScrollableSelectionFeedbackEditPolicy.java 17 May 2010 19:16:39 -0000 >@@ -110,8 +110,6 @@ > .addPropertyChangeListener(viewportViewLocationChangeListener); > > } >- getHostFigure().addLayoutListener(layoutListener); >- getHostFigure().addFigureListener(figureListener); > } > > /** >@@ -252,6 +250,8 @@ > * @see org.eclipse.gef.editpolicies.SelectionEditPolicy#hideSelection() > */ > protected void hideSelection() { >+ getHostFigure().removeLayoutListener(layoutListener); >+ getHostFigure().removeFigureListener(figureListener); > hideFeedback(); > } > >@@ -325,6 +325,8 @@ > // showing the feedback. > getHost().getViewer().reveal(getHost()); > updateFeedback(); >+ getHostFigure().addLayoutListener(layoutListener); >+ getHostFigure().addFigureListener(figureListener); > } > > /**
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 312418
:
168025
|
168802
|
168810