fix typo in wx_dc for Windows
svn: r7437
This commit is contained in:
parent
92c1509dfe
commit
5a22fa9a16
|
@ -2849,7 +2849,7 @@ void wxDC::GetSizeMM(double *width, double *height)
|
||||||
|
|
||||||
void wxDC::SetAlpha(double a)
|
void wxDC::SetAlpha(double a)
|
||||||
{
|
{
|
||||||
wxbDC:::SetAlpha(a);
|
wxbDC::SetAlpha(a);
|
||||||
}
|
}
|
||||||
|
|
||||||
wxCanvasDC::wxCanvasDC(void)
|
wxCanvasDC::wxCanvasDC(void)
|
||||||
|
|
|
@ -792,7 +792,8 @@ Pen *wxPen::GraphicsPen(Bool align, double xs)
|
||||||
if (const_pen)
|
if (const_pen)
|
||||||
return const_pen->GraphicsPen(align, xs);
|
return const_pen->GraphicsPen(align, xs);
|
||||||
|
|
||||||
if (align || !g_p) {
|
if ((!align && !g_p)
|
||||||
|
|| (align && !a_g_p)) {
|
||||||
Pen *p;
|
Pen *p;
|
||||||
double pw;
|
double pw;
|
||||||
REAL offset, *dashes;
|
REAL offset, *dashes;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user