[vlmc-devel] commit: PreviewRuler: Display the marker when they are set, not after the frame changed. ( Hugo Beauzée-Luyssen )

git at videolan.org git at videolan.org
Thu Apr 15 00:40:48 CEST 2010


vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Thu Apr 15 00:32:05 2010 +0200| [db87af25d577ce0f3daacf495afe34b98d0affda] | committer: Hugo Beauzée-Luyssen 

PreviewRuler: Display the marker when they are set, not after the frame changed.

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=db87af25d577ce0f3daacf495afe34b98d0affda
---

 src/Gui/preview/PreviewRuler.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/Gui/preview/PreviewRuler.cpp b/src/Gui/preview/PreviewRuler.cpp
index 96ac9dc..a54b880 100644
--- a/src/Gui/preview/PreviewRuler.cpp
+++ b/src/Gui/preview/PreviewRuler.cpp
@@ -258,6 +258,7 @@ void PreviewRuler::setMarker( Marker m )
         m_markerStart = m_frame;
     else
         m_markerStop = m_frame;
+    update();
 }
 
 qint64 PreviewRuler::getMarker( Marker m ) const



More information about the Vlmc-devel mailing list