Bug 269563 - BranchRender Code makes an exception for carbon osx platform regarding linestyles that is no longer necessary
Summary: BranchRender Code makes an exception for carbon osx platform regarding linest...
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Nebula (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Chris Gross CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-20 14:50 EDT by Jake fisher CLA
Modified: 2021-07-05 11:40 EDT (History)
2 users (show)

See Also:


Attachments
Removed OSX Specific code to avoid custom line style (2.90 KB, patch)
2009-03-20 15:07 EDT, Jake fisher CLA
tom.schindl: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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