Remove internal edit mode and add "content" tool.
[ardour.git] / gtk2_ardour / time_fx_dialog.cc
index 1fd52cebc3ab0ecc210a9e761dd216351b6aff54..5d8bf57a3b296448052e071b8694c0f5a65f0163 100644 (file)
@@ -37,7 +37,7 @@
 #include "region_selection.h"
 
 #ifdef USE_RUBBERBAND
-#include "rubberband/RubberBandStretcher.h"
+#include <rubberband/RubberBandStretcher.h>
 using namespace RubberBand;
 #endif
 
@@ -68,7 +68,6 @@ TimeFXDialog::TimeFXDialog (Editor& e, bool pitch)
        set_modal (true);
        set_skip_taskbar_hint (true);
        set_resizable (false);
-       set_position (Gtk::WIN_POS_MOUSE);
        set_name (N_("TimeFXDialog"));
 
        if (pitching) {