X-Git-Url: https://git.llucax.com/z.facultad/75.42/figuras.git/blobdiff_plain/22d59b32c46e38bfd1937377a470a3ef45c9fc5c..dae5f5f69bbdb51a2ef79080cdb0be0bf1d4aa8d:/linea.cpp diff --git a/linea.cpp b/linea.cpp index 924bf9f..7c4cebe 100644 --- a/linea.cpp +++ b/linea.cpp @@ -38,10 +38,8 @@ void Linea::dibujar(GtkWidget* widget) const { #ifdef DEBUG std::cerr << "En dibujar de Línea." << std::endl; #endif - // Copio el contexto gráfico del área de dibujo. - GdkGC* gc = gdk_gc_new(GDK_DRAWABLE(widget->window)); - // Le doy los nuevos valores. - set_gc(gc); + // Obtengo un contexto gráfico con el grosor y color de la figura. + GdkGC* gc = get_gc(widget); // Dibujo la línea. gdk_draw_line( // Área dibujable.