Issue 77509 - Implement void AquaSalGraphics::SetROPLineColor( SalROPColor nROPColor )
Summary: Implement void AquaSalGraphics::SetROPLineColor( SalROPColor nROPColor )
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: MacOSX (show other issues)
Version: 680m211
Hardware: Mac Mac OS X, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: ericb
QA Contact: issues@porting
URL:
Keywords: aqua
Depends on:
Blocks:
 
Reported: 2007-05-19 02:01 UTC by msicotte
Modified: 2007-10-27 09:53 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description msicotte 2007-05-19 02:01:21 UTC
Implement void AquaSalGraphics::SetROPLineColor( SalROPColor nROPColor )
Comment 1 msicotte 2007-05-19 02:01:44 UTC
aqua
Comment 2 eric.bachard 2007-10-27 09:52:01 UTC
Done in aquavcl02 or aquavcl03 

Comment 3 eric.bachard 2007-10-27 09:53:00 UTC
Verified fixed in vcl/aqua/source/gdi/salgdi.cxx :

void AquaSalGraphics::SetROPLineColor( SalROPColor nROPColor )
{
    if( ! mbPrinter )
        SetLineColor( ImplGetROPSalColor( nROPColor ) );
} 


Comment 4 eric.bachard 2007-10-27 09:53:37 UTC
Closing