[GB.GTK]
* 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:
parent
af624d1535
commit
5435c55457
1 changed files with 0 additions and 2 deletions
|
@ -265,8 +265,6 @@ void gDrawingArea::clear()
|
|||
refreshCache();
|
||||
return;
|
||||
}
|
||||
|
||||
refresh(); //gdk_window_clear(GTK_LAYOUT(widget)->bin_window);
|
||||
}
|
||||
|
||||
void gDrawingArea::refreshCache()
|
||||
|
|
Loading…
Reference in a new issue