Bugs item #1829029, was opened at 2007-11-09 16:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1829029&group_id=51305
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: jerk (fantaz)
Assigned to: Nobody/Anonymous (nobody)
Summary: wxPlotCtrl CreateRectMarker don't work
Initial Comment:
Hi,
The current implementation of
CreateRectMarker(const wxPoint2DDouble& pt,
const wxSize& size,...)
didn't draw any marker (in the sample)
I've managed to draw marker with
the following implementation
Create(wxPLOTMARKER_RECT, wxRect2DDouble(pt.m_x, pt.m_y,
size.GetWidth(),size.GetHeight()/*0, 0*/), size, pen, brush);
i.e. instead of 0,0 I've setup the width and height of the wxRect2DDouble obj.
If this is so, why one needs the "size" argument?
best regards,
fantaz
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1829029&group_id=51305
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
wxCode-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxcode-users