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 12244 Details for
Bug 66819
[Workbench] fastview refresh leaves lines behind
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
66819.txt (text/plain), 1.73 KB, created by
Tod Creasey
on 2004-06-16 10:09:18 EDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Tod Creasey
Created:
2004-06-16 10:09:18 EDT
Size:
1.73 KB
patch
obsolete
>Index: FastViewPane.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/FastViewPane.java,v >retrieving revision 1.34 >diff -u -r1.34 FastViewPane.java >--- FastViewPane.java 13 May 2004 22:09:37 -0000 1.34 >+++ FastViewPane.java 16 Jun 2004 14:05:32 -0000 >@@ -72,11 +72,6 @@ > } > }; > >- // Counts how many times we've scheduled a redraw... use this to avoid resizing >- // the widgetry when we're getting resize requests faster than we can process them. >- // This is needed for GTK, which resizes slowly (bug 54517) >- private int redrawCounter = 0; >- > private DefaultStackPresentationSite site = new DefaultStackPresentationSite() { > /* (non-Javadoc) > * @see org.eclipse.ui.internal.skins.IPresentationSite#setState(int) >@@ -278,21 +273,12 @@ > // to return quickly (without resizing). This way, if we recieve a lot of > // resize requests in a row, we only need to process the last one. > // This is needed for GTK, which resizes slowly (bug 54517) >- redrawCounter++; >- getPresentation().getControl().getDisplay().asyncExec(new Runnable() { >- public void run() { >- --redrawCounter; >- StackPresentation presentation = getPresentation(); >- if (presentation == null || presentation.getControl().isDisposed()) { >- return; >- } >- if (redrawCounter == 0) { >- getPresentation().setBounds(getBounds()); >- >- updateFastViewSashBounds(); >- } >- } >- }); >+ StackPresentation presentation = getPresentation(); >+ if (presentation == null || presentation.getControl().isDisposed()) { >+ return; >+ } >+ getPresentation().setBounds(getBounds()); >+ updateFastViewSashBounds(); > } > > /**
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 66819
:
11982
| 12244