Show the current_time_widget in the proper function and request minimum horizontal...
[synfig.git] / synfig-studio / trunk / src / gtkmm / state_eyedrop.cpp
index bafaab0..6fb940d 100644 (file)
@@ -40,6 +40,8 @@
 #include "canvasview.h"
 #include <synfigapp/main.h>
 
+#include "general.h"
+
 #endif
 
 /* === U S I N G =========================================================== */
@@ -133,7 +135,7 @@ StateEyedrop_Context::event_workarea_mouse_button_down_handler(const Smach::even
        if(event.button==BUTTON_LEFT)
        {
                Color color(canvas_view->get_canvas()->get_context().get_color(event.pos));
-               synfigapp::Main::set_foreground_color(color);
+               synfigapp::Main::set_outline_color(color);
                studio::App::dialog_color->set_color(color);
                return Smach::RESULT_ACCEPT;
        }