AU: mark preset dirty when parameter changes
[ardour.git] / gtk2_ardour / editor_drag.cc
index 7b8ffca7502c7d4890cccec4fa70ee44e83a26a8..0b6b1e34b328b90d82af22acd1256730e7457060 100644 (file)
@@ -1428,7 +1428,7 @@ RegionMoveDrag::finished (GdkEvent* ev, bool movement_occurred)
 RouteTimeAxisView*
 RegionMoveDrag::create_destination_time_axis (boost::shared_ptr<Region> region, TimeAxisView* original)
 {
-       if (ARDOUR_UI_UTILS::no_engine_notify ()) {
+       if (!ARDOUR_UI_UTILS::engine_is_running ()) {
                return NULL;
        }