X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/2695534342641710721ae3d842915094b384f9db..43aa212b9816129a8a2b08a8848bca407ef0129f:/Constructor/workplace.cpp?ds=inline diff --git a/Constructor/workplace.cpp b/Constructor/workplace.cpp index 11a98d1..7c82cfe 100644 --- a/Constructor/workplace.cpp +++ b/Constructor/workplace.cpp @@ -4,7 +4,11 @@ WorkPlace::WorkPlace( BaseObjectType* cobject, const Glib::RefPtrdraw_point (get_style()->get_black_gc(), x-1,y); } //TODO recorer la lista_lineas y dibujar todas - get_window()->draw_line (get_style()->get_black_gc(), temp.x,temp.y,temp.w,temp.z); + get_window()->draw_line (get_style()->get_black_gc(), temp.x,temp.y,temp.w,temp.z); return true; }