Use generic DrawCheckMark in MSW wxDC
Use the generic implementation, so it looks like the check marks on all other platforms and graphics contexts and not like a Windows control.
This commit is contained in:
@@ -202,8 +202,6 @@ public:
|
||||
virtual void DoDrawArc(wxCoord x1, wxCoord y1,
|
||||
wxCoord x2, wxCoord y2,
|
||||
wxCoord xc, wxCoord yc) wxOVERRIDE;
|
||||
virtual void DoDrawCheckMark(wxCoord x, wxCoord y,
|
||||
wxCoord width, wxCoord height) wxOVERRIDE;
|
||||
virtual void DoDrawEllipticArc(wxCoord x, wxCoord y, wxCoord w, wxCoord h,
|
||||
double sa, double ea) wxOVERRIDE;
|
||||
|
||||
|
Reference in New Issue
Block a user