| Summary: | [GC] Provide ctor with style | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Benjamin Muskalla <b.muskalla> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | 1.3 | ||
| Target Milestone: | 1.3 M7 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Benjamin Muskalla
When resolving this, the getStyle() method should also be implemented. Please also check what getStyle() returns by default, i.e. when creating a GC with GC( control, SWT.NONE ); Does it maybe return LEFT_TO_RIGHT, etc. In SWT the GC#getStyle() method returns only SWT.LEFT_TO_RIGHT or SWT.RIGHT_TO_LEFT | SWT.MIRRORED. As we don't support SWT.RIGHT_TO_LEFT, the GC#getStyle() method always returns SWT.LEFT_TO_RIGHT. Changes are in CVS HEAD. |