Bug 327693 - SWTGraphics#copyLineAttributes() doesn't copy dashOffset.
Summary: SWTGraphics#copyLineAttributes() doesn't copy dashOffset.
Status: RESOLVED FIXED
Alias: None
Product: GEF
Classification: Tools
Component: GEF-Legacy Draw2d (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: 3.6.2 (Helios SR2)   Edit
Assignee: Alex Boyko CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-13 13:20 EDT by Maksym Bykovskyy CLA
Modified: 2010-10-15 11:12 EDT (History)
2 users (show)

See Also:


Attachments
patch (3.66 KB, patch)
2010-10-13 13:56 EDT, Alex Boyko CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maksym Bykovskyy CLA 2010-10-13 13:20:41 EDT
Build Identifier: 20100617-1415

I noticed that I couldn't offset dash in a custom line. Looking at the SWTGraphics#copyLineAttributes() code I noticed that it copies everything except the dashOffset.

Reproducible: Always
Comment 1 Alex Boyko CLA 2010-10-13 13:56:08 EDT
Created attachment 180807 [details]
patch

The patch.
Comment 2 Alex Boyko CLA 2010-10-15 11:12:21 EDT
Delivered the fix to maintenance and HEAD for 3.6.2. Trivial fix.