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 158573 Details for
Bug 302224
Menus are not made visible
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]
Proposed patch
Bug-302224.patch (text/plain), 1.35 KB, created by
Ivan Furnadjiev
on 2010-02-09 06:13:49 EST
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Ivan Furnadjiev
Created:
2010-02-09 06:13:49 EST
Size:
1.35 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt.q07 >Index: src/org/eclipse/swt/internal/widgets/shellkit/ShellLCA.java >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07/src/org/eclipse/swt/internal/widgets/shellkit/ShellLCA.java,v >retrieving revision 1.23 >diff -u -r1.23 ShellLCA.java >--- src/org/eclipse/swt/internal/widgets/shellkit/ShellLCA.java 5 Feb 2010 13:10:27 -0000 1.23 >+++ src/org/eclipse/swt/internal/widgets/shellkit/ShellLCA.java 9 Feb 2010 11:04:10 -0000 >@@ -122,9 +122,6 @@ > > public void renderChanges( final Widget widget ) throws IOException { > Shell shell = ( Shell )widget; >- // Important: Order matters, write setMode() before setBounds() >- writeMode( shell ); >- ControlLCAUtil.writeChanges( shell ); > writeImage( shell ); > writeText( shell ); > writeAlpha( shell ); >@@ -132,10 +129,14 @@ > // strange behavior! > writeOpen( shell ); > writeActiveShell( shell ); >+ // Important: Order matters, write setMode() before setBounds() and after >+ // open() >+ writeMode( shell ); > writeFullScreen( shell ); > writeCloseListener( shell ); > writeMinimumSize( shell ); > writeDefaultButton( shell ); >+ ControlLCAUtil.writeChanges( shell ); > WidgetLCAUtil.writeCustomVariant( shell ); > } >
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 302224
: 158573