https://bugs.kde.org/show_bug.cgi?id=397266
Dominik Haumann <dhaum...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version Fixed In| |5.50 Status|UNCONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/kte | |xteditor/9c035669190bfb53f0 | |a18b29da880debbabe662a --- Comment #1 from Dominik Haumann <dhaum...@kde.org> --- Git commit 9c035669190bfb53f0a18b29da880debbabe662a by Dominik Haumann. Committed on 15/08/2018 at 21:51. Pushed by dhaumann into branch 'master'. Fix crash when hiding the TextPreview widget The problem was that the passed parent to the text preview widget was the KateView, which is incorrect. The correct parent is 'this', i.e. once the KateIconBorder, and once the KateScrollBar. FIXED-IN: 5.50 Reviewed-By: d_ed M +2 -2 src/view/katetextpreview.cpp M +1 -1 src/view/katetextpreview.h M +2 -2 src/view/kateviewhelpers.cpp https://commits.kde.org/ktexteditor/9c035669190bfb53f0a18b29da880debbabe662a -- You are receiving this mail because: You are watching all bug changes.