diff --git a/scwx-qt/source/scwx/qt/manager/timeline_manager.cpp b/scwx-qt/source/scwx/qt/manager/timeline_manager.cpp index cb744f92..d14e10a6 100644 --- a/scwx-qt/source/scwx/qt/manager/timeline_manager.cpp +++ b/scwx-qt/source/scwx/qt/manager/timeline_manager.cpp @@ -180,6 +180,8 @@ void TimelineManager::Impl::SelectTime( // If the time was found, select it adjustedTime_ = *elementPtr; + logger_->debug("Time updated: {}", adjustedTime_); + emit self_->TimeUpdated(adjustedTime_); } }