-
Notifications
You must be signed in to change notification settings - Fork 32
Table Headers not showing on Windows #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Do you have the possibility do see how Snippet38 works in Java? If that has the same behavior or not. |
Great idea! |
Yes, I updated the issue on github:
Great idea!
Yes, I tried the SWT Snippet38.java from here:
The table columns do display properly!
On Thursday, July 13, 2017, 11:19:16 PM PDT, jacob-carlborg <[email protected]> wrote:
Do you have the possibility do see how Snippet38 works in Java? If that has the same behavior or not.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Platform: Windows only (Windows 7 and Windows 10), works on Linux Ubuntu
Issue: Table Headers not showing
Example: Snippet38.d
Possible source:
org.eclipse.swt.win32.win32.x86\src\org\eclipse\swt\widgets\TableColumn.d
Line 793-799:
/*
* Bug in Windows. For some reason, when the title
* of a column is changed after the column has been
* created, the alignment must also be reset or the
* text does not draw. The fix is to query and then
* set the alignment.
*/
The text was updated successfully, but these errors were encountered: