aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--externals/grill/flext/source/flattr_ed.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flattr_ed.cpp b/externals/grill/flext/source/flattr_ed.cpp
index cf625e7c..6e13e71c 100644
--- a/externals/grill/flext/source/flattr_ed.cpp
+++ b/externals/grill/flext/source/flattr_ed.cpp
@@ -617,7 +617,7 @@ void flext_base::cb_GfxVis(t_gobj *c, t_glist *gl, int vis)
}
}
-void flext_base::cb_GfxSelect(t_gobj *c, struct _glist *gl, int state)
+void flext_base::cb_GfxSelect(t_gobj *c,t_glist *gl,int state)
{
// show object if it's not a GOP
if(!gl->gl_isgraph || gl->gl_havewindow) {
@@ -642,6 +642,9 @@ void flext_base::cb_GfxSelect(t_gobj *c, struct _glist *gl, int state)
t_rtext *rt = glist_findrtext(gl,x);
rtext_retext(rt);
+
+ // fix lines
+ canvas_fixlinesfor(gl,x);
}
// call original function