https://bugs.kde.org/show_bug.cgi?id=421223
--- Comment #2 from martian <gangulyabir...@gmail.com> --- I just tried to solve this bug by myself. changing line 481(near about) of src/dialogs/renderwidget.cpp to: double projectDuration = GenTime(pCore->projectDuration() - 2, pCore->getCurrentFps()).ms() / 1000; seems to solve the issue... I am still in doubt that how it solves the issue(and what caused the issue), I would highly appreciate someone who can help me understand how this fix works. -- You are receiving this mail because: You are watching all bug changes.