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 110598 Details for
Bug 180881
[Trim] Cheese when calling Shell#layout() on invisible Shell in RCP
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]
Changes to using 'getVisible' in TrimLayout
patch(180881).txt (text/plain), 827 bytes, created by
Eric Moffatt
on 2008-08-21 13:19:37 EDT
(
hide
)
Description:
Changes to using 'getVisible' in TrimLayout
Filename:
MIME Type:
Creator:
Eric Moffatt
Created:
2008-08-21 13:19:37 EDT
Size:
827 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.workbench >Index: Eclipse UI/org/eclipse/ui/internal/layout/TrimArea.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/layout/TrimArea.java,v >retrieving revision 1.6 >diff -u -r1.6 TrimArea.java >--- Eclipse UI/org/eclipse/ui/internal/layout/TrimArea.java 24 Mar 2008 19:21:58 -0000 1.6 >+++ Eclipse UI/org/eclipse/ui/internal/layout/TrimArea.java 21 Aug 2008 17:18:32 -0000 >@@ -290,7 +290,7 @@ > Control ctrl = cache.getControl(); > > // Skip invisible trim >- if (ctrl == null || !ctrl.isVisible()) >+ if (ctrl == null || !ctrl.getVisible()) > continue; > > // We need to keep the drag handle and the 'real' trim on the same line...
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 180881
:
62890
| 110598