]> git.sesse.net Git - kdenlive/blobdiff - src/customruler.cpp
Clean up timecode handling, improves:
[kdenlive] / src / customruler.cpp
index 60f34102124e0287b1daa2c974fc464d78df6603..fd9786e645a36dfd5fb1b26847ec52db8d201a41 100644 (file)
@@ -301,7 +301,6 @@ void CustomRuler::paintEvent(QPaintEvent *e)
     offsetmin = offsetmin * m_textSpacing;
     for (f = offsetmin; f < offsetmax; f += m_textSpacing) {
         QString lab = m_timecode.getTimecodeFromFrames((int)(f / m_factor + 0.5));
-
         p.drawText(f - m_offset + 2, LABEL_SIZE, lab);
     }