Very minor changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6271 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia
2000-02-24 23:52:01 +00:00
parent c41ea66a5d
commit 030d06e13f
3 changed files with 7 additions and 13 deletions

View File

@@ -539,7 +539,6 @@ void LifeCanvas::DrawChanged()
TRUE);
dc.BeginDrawing();
dc.SetLogicalFunction(wxINVERT);
if (m_cellsize == 1)
{
@@ -550,6 +549,7 @@ void LifeCanvas::DrawChanged()
dc.SetPen(*wxTRANSPARENT_PEN);
dc.SetBrush(*wxBLACK_BRUSH);
}
dc.SetLogicalFunction(wxINVERT);
while (!done)
{