* BUG: DrawingArea.Clear() now does nothing when the DrawingArea is not 
  cached.


git-svn-id: svn://localhost/gambas/trunk@3583 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2011-02-19 15:24:40 +00:00
parent af624d1535
commit 5435c55457

View file

@ -265,8 +265,6 @@ void gDrawingArea::clear()
refreshCache();
return;
}
refresh(); //gdk_window_clear(GTK_LAYOUT(widget)->bin_window);
}
void gDrawingArea::refreshCache()