X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/dafb509182bac9b314202fe7dfaf58206da5ccbe..3314f9284024c7bb9e618f310ca467a93990922d:/Constructor/src/item.cpp?ds=sidebyside diff --git a/Constructor/src/item.cpp b/Constructor/src/item.cpp index d3624db..e5027e0 100644 --- a/Constructor/src/item.cpp +++ b/Constructor/src/item.cpp @@ -61,7 +61,7 @@ bool CItem::on_expose_event(GdkEventExpose* event) // XXX Esto no deberia ser necesario! en todo caso devolves false en // vez de true para que siga llamando a los otros handlers :) //Gtk::DrawingArea::on_expose_event(event); - if (logic_connect && !is_logic) { + if (CItem::logic_connect) { draw_connectors(); } return true;