X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/421cf558f59e55ab31d7d11ca3bf64603fc9356d..d11e7ce4ce8230e83b8c79c41b03cd797d475335:/tests/GUI/workplace.cc diff --git a/tests/GUI/workplace.cc b/tests/GUI/workplace.cc index 4c11f6c..b046a68 100644 --- a/tests/GUI/workplace.cc +++ b/tests/GUI/workplace.cc @@ -12,6 +12,9 @@ bool WorkPlace::on_expose_event(GdkEventExpose *e) for(i=0; idraw_line(get_style()->get_black_gc(), i, 0, i, get_height()); } + for(i=0; idraw_line(get_style()->get_black_gc(), 0, i, get_width(), i); + } return true; }