From 18dbae9c9ffe5baa09e220c9f74af2dd7c0aa3f5 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Fri, 1 Aug 2003 02:32:50 +0000 Subject: "" svn path=/trunk/; revision=810 --- externals/grill/flext/source/flattr_ed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/grill/flext/source/flattr_ed.cpp') diff --git a/externals/grill/flext/source/flattr_ed.cpp b/externals/grill/flext/source/flattr_ed.cpp index 8a5f6c7d..0722ea10 100644 --- a/externals/grill/flext/source/flattr_ed.cpp +++ b/externals/grill/flext/source/flattr_ed.cpp @@ -328,7 +328,7 @@ void flext_base::cb_GfxProperties(t_gobj *c, t_glist *) STD::sprintf(b, "} {"); b += strlen(b); // get puttable attribute - AttrItem *pattr = th->FindAttrib(GetSymbol(la[i]),false); + AttrItem *pattr = gattr->Counterpart(); if(pattr) { // if there is initialization data take this, otherwise take the current data -- cgit v1.2.1