mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
not a thinko, just another bug
git-svn-id: svn://localhost/trunk/ardour2@137 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
14297240c4
commit
14e3f7f215
1 changed files with 2 additions and 2 deletions
|
|
@ -94,6 +94,8 @@ gnome_canvas_simplerect_class_init (GnomeCanvasSimpleRectClass *class)
|
|||
gobject_class = (GObjectClass *) class;
|
||||
object_class = (GtkObjectClass *) class;
|
||||
item_class = (GnomeCanvasItemClass *) class;
|
||||
|
||||
parent_class = g_type_class_peek_parent (class);
|
||||
|
||||
gobject_class->set_property = gnome_canvas_simplerect_set_property;
|
||||
gobject_class->get_property = gnome_canvas_simplerect_get_property;
|
||||
|
|
@ -484,8 +486,6 @@ gnome_canvas_simplerect_update (GnomeCanvasItem *item, double *affine, ArtSVP *c
|
|||
GnomeCanvasSimpleRect *simplerect;
|
||||
unsigned char foo;
|
||||
|
||||
g_return_if_fail (clip_path == NULL);
|
||||
|
||||
simplerect = GNOME_CANVAS_SIMPLERECT (item);
|
||||
|
||||
if (parent_class->update)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue