Summary: | Kate crashed after switching tabs on Wayland | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Alexander Mentyu <notuxius> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | awilfox, sandy.8925 |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/ktexteditor/9c035669190bfb53f0a18b29da880debbabe662a | Version Fixed In: | 5.50 |
Sentry Crash Report: |
Description
Alexander Mentyu
2018-08-08 10:09:08 UTC
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 *** Bug 397298 has been marked as a duplicate of this bug. *** *** Bug 397170 has been marked as a duplicate of this bug. *** |