aboutsummaryrefslogtreecommitdiff
path: root/projectionobserver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'projectionobserver.cpp')
-rw-r--r--projectionobserver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/projectionobserver.cpp b/projectionobserver.cpp
index cefac03..0c809b0 100644
--- a/projectionobserver.cpp
+++ b/projectionobserver.cpp
@@ -175,7 +175,7 @@ bool ProjectionObserver::emitValuesChanged() const
void ProjectionObserver::setRewind(double t)
{
- if (!m_hasPrev) {
+ if (!m_hasPrev || !m_cpSelectionEmpty || !m_rpSelectionEmpty) {
return;
}