X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/b7745587e67846353ff872a3bc3b3ea5a84706ac..0aacdcf95cf6d4f33a2201160d472ab84148d52b:/Constructor/splitter.cpp diff --git a/Constructor/splitter.cpp b/Constructor/splitter.cpp index f5c96fb..d017bc6 100644 --- a/Constructor/splitter.cpp +++ b/Constructor/splitter.cpp @@ -24,17 +24,17 @@ bool Splitter::on_button_press_event(GdkEventButton *event) imgActual++; switch (imgActual) { case 1: - image = imageE; + image = imageN; break; case 2: - image = imageS; + image = imageE; break; case 3: - image = imageO; + image = imageS; break; default: imgActual = 0; - image = imageN; + image = imageO; } set_size_request(image->get_width(),image->get_height()); image->render_to_drawable(get_window(),get_style()->get_black_gc(),0,0,0,0,image->get_width(),image->get_height(),Gdk::RGB_DITHER_NONE,0,0);