Bug 269563

Summary: BranchRender Code makes an exception for carbon osx platform regarding linestyles that is no longer necessary
Product: z_Archived Reporter: Jake fisher <fisherja>
Component: NebulaAssignee: Chris Gross <cgross>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P1 CC: fisherja, tom.schindl
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:
Attachments:
Description Flags
Removed OSX Specific code to avoid custom line style tom.schindl: iplog+

Description Jake fisher CLA 2009-03-20 14:50:02 EDT
Build ID: M20090211-1700

Steps To Reproduce:
1.Instantiate A Grid Widget that has at least 2 rows and 2 columns
2. Set the first column to 'setTree(true)'
3. Run on Windows Environment
4. Run on OSX Environment
5. Observe that the OSX version does not have dotted lines.



More information:
I am trying to get my version of Nebula Grid in sync with the cvs header_footer version and found a minor change I had made to BranchRender.java

It seems when Grid was originally written custom line styles were not supported on OSX so a if statement was added to skip styling on SWT.carbon. This is no longer the case and unneeded
Comment 1 Jake fisher CLA 2009-03-20 15:07:25 EDT
Created attachment 129494 [details]
Removed OSX Specific code to avoid custom line style
Comment 2 Thomas Schindl CLA 2009-04-24 10:31:21 EDT
released thanks