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 65869 Details for
Bug 145662
Group control borders disappear when tabbing between child widgets
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
patch.txt (text/plain), 1.43 KB, created by
Felipe Heidrich
on 2007-05-03 18:53:43 EDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Felipe Heidrich
Created:
2007-05-03 18:53:43 EDT
Size:
1.43 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.swt >Index: Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java,v >retrieving revision 1.80 >diff -u -r1.80 Button.java >--- Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java 9 May 2006 19:46:56 -0000 1.80 >+++ Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java 3 May 2007 22:45:10 -0000 >@@ -450,7 +450,7 @@ > void createHandle () { > super.createHandle (); > if ((style & SWT.PUSH) == 0) state |= THEME_BACKGROUND; >- if (OS.COMCTL32_MAJOR >= 6) { >+ if (OS.COMCTL32_MAJOR >= 6 && OS.IsAppThemed ()) { > if ((style & SWT.RADIO) != 0) state |= DRAW_BACKGROUND; > } > } >Index: Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java,v >retrieving revision 1.60 >diff -u -r1.60 Group.java >--- Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java 9 May 2006 19:46:56 -0000 1.60 >+++ Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java 3 May 2007 22:45:10 -0000 >@@ -400,6 +400,7 @@ > redraw = findThemeControl () != null; > } > } >+ if (!redraw) redraw = findBackgroundControl () != null; > } > if (redraw) { > OS.InvalidateRect (handle, null, false);
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 145662
:
43889
|
43890
| 65869 |
160918