From b53b886325d6dff458e1e30b5d9469728e9af076 Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Mon, 22 Jun 2009 21:54:01 +0200 Subject: [PATCH] Comment a line that produced a bad render of the HScroll and seems to do nothing special. --- synfig-studio/trunk/src/gtkmm/canvasview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synfig-studio/trunk/src/gtkmm/canvasview.cpp b/synfig-studio/trunk/src/gtkmm/canvasview.cpp index 0b532cd..76437b9 100644 --- a/synfig-studio/trunk/src/gtkmm/canvasview.cpp +++ b/synfig-studio/trunk/src/gtkmm/canvasview.cpp @@ -959,7 +959,7 @@ CanvasView::create_time_bar() tooltips.set_tip(*timeslider,_("Changes the current time")); time_window_scroll->show(); timeslider->show(); - time_window_scroll->set_flags(Gtk::CAN_FOCUS); + //time_window_scroll->set_flags(Gtk::CAN_FOCUS); // Uncomment this produce bad render of the HScroll timeslider->set_flags(Gtk::CAN_FOCUS); //time_scroll->signal_value_changed().connect(sigc::mem_fun(*work_area, &studio::WorkArea::render_preview_hook)); -- 2.7.4