mirror of
https://github.com/audacity/wxWidgets.git
synced 2025-12-10 21:09:32 -06:00
Fix another typo in a comment in the drawing sample
This went unnoticed in 5e500de7e8dcda9136d3f84f27375d5c164fae73.
This commit is contained in:
parent
c72c72fb5f
commit
21d90d48ba
@ -1079,7 +1079,7 @@ void MyCanvas::DrawGraphics(wxGraphicsContext* gc)
|
||||
path.CloseSubpath();
|
||||
path.AddRectangle(-BASE4, -BASE4/2, BASE2, BASE4);
|
||||
|
||||
// Now use that path to demonstrate various capabilites of the graphics context
|
||||
// Now use that path to demonstrate various capabilities of the graphics context
|
||||
gc->PushState(); // save current translation/scale/other state
|
||||
gc->Translate(60, 75); // reposition the context origin
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user