X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fworkarea.cpp;h=0dd4ffc8650e1ac575c9d6bef8e1ce0f4b644f0c;hb=9fec9e45acee8a602a11699eac2dea3a0bfe4154;hp=fa017e609a125e745d2c2905dbaba423c0f40dcd;hpb=9f675b68765a7dac8f29a428152f137d0da46f2b;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/workarea.cpp b/synfig-studio/trunk/src/gtkmm/workarea.cpp index fa017e6..0dd4ffc 100644 --- a/synfig-studio/trunk/src/gtkmm/workarea.cpp +++ b/synfig-studio/trunk/src/gtkmm/workarea.cpp @@ -2190,6 +2190,7 @@ studio::WorkArea::async_update_preview() if (get_updating()) { stop_updating(); + queue_render_preview(); return false; } @@ -2644,12 +2645,12 @@ studio::WorkArea::set_cursor(Gdk::CursorType x) drawing_area->get_window()->set_cursor(Gdk::Cursor(x)); } -#include "iconcontroler.h" +#include "iconcontroller.h" void studio::WorkArea::refresh_cursor() { -// set_cursor(IconControler::get_tool_cursor(canvas_view->get_smach().get_state_name(),drawing_area->get_window())); +// set_cursor(IconController::get_tool_cursor(canvas_view->get_smach().get_state_name(),drawing_area->get_window())); } void