Applied the following dooglus patches from the sourceforge tracker:
[synfig.git] / synfig-studio / trunk / src / gtkmm / workarea.cpp
index ae5b909..1340f2a 100644 (file)
@@ -625,6 +625,9 @@ WorkArea::WorkArea(etl::loose_handle<synfigapp::CanvasInterface> canvas_interfac
        canvas(canvas_interface->get_canvas()),
        scrollx_adjustment(0,-4,4,0.01,0.1),
        scrolly_adjustment(0,-4,4,0.01,0.1),
+       w(128),
+       h(128),
+       last_event_time(0),
        progresscallback(0),
        dragging(DRAG_NONE),
        show_grid(false),