Rajesh2015 / opal

Automatically exported from code.google.com/p/opal
0 stars 0 forks source link

Titled Separator issue with SWT.CENTER #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hey guys,

just to be quick. Information:

Used Version (library): opal-0.9.5.2.jar 

I think other informations are not necessary.

Bug Description: 
If you use the TitleSeperator in SWT.CENTER style, it will be the same as 
SWT.RIGHT (default) just because in private method createContent() in case 
SWT.CENTER you forgot to call createSeparator() again. 

Possible solution/fix:
Just call createSeperator() after line 139 in TitledSeparator.java and you will 
be fine.

Cheers
CollegeDev

Original issue reported on code.google.com by College....@googlemail.com on 10 Oct 2013 at 6:21

GoogleCodeExporter commented 9 years ago
Fixed in 0.9.6

Original comment by laurent....@gmail.com on 24 Oct 2013 at 9:15