https://bugs.kde.org/show_bug.cgi?id=352057
--- Comment #8 from Pulfer <pul...@list.ru> --- Created attachment 100053 --> https://bugs.kde.org/attachment.cgi?id=100053&action=edit DVD Wizard window when timer is set to 0 (In reply to Jean-Baptiste Mardelle from comment #7) > Git commit 9a006b87cca38186c7c58ace9a23c338d6c67487 by Jean-Baptiste Thanx, it's almost fixed now. :-) Can you please set timer to 1000 to completely fix it? - QTimer::singleShot(0, this, SLOT(slotUpdateChaptersList())); + QTimer::singleShot(1000, this, SLOT(slotUpdateChaptersList())); -- You are receiving this mail because: You are watching all bug changes.