get_window()->draw_point (get_style()->get_black_gc(), x-1,y);
}
- Glib::RefPtr<Gdk::GC> gc = get_style()->get_black_gc();
- Gdk::Color color;
- color.set_rgb(255,0,0);
- gc->set_rgb_bg_color(color);
- get_style()->set_black(color);
+ if ( *logica ) {
+ std::list<CItem *>::iterator j = listaItems->begin();
+ while ( j != listaItems->end() ) {
+ (*j)->draw_connectors();
+ j++;
+ }
+ }
+
int a, b, w, z;
std::list<t_line>::iterator i = lista_lineas_in.begin();
while ( i != lista_lineas_in.end() ) {