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);