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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user