diff --git a/gui/gst.cpp b/gui/gst.cpp index 5fc91abb..28d1898e 100644 --- a/gui/gst.cpp +++ b/gui/gst.cpp @@ -170,6 +170,7 @@ static bool on_seek(Gtk::ScrollType type, double value) static void on_pause_count() { o_enabled->set_active(true); + audio :: pause_after(true, o_count->get_value()); } static void on_pause_enabled()