| Summary: | Latte crashes when toggling the Pin button of the setting window then close it | ||
|---|---|---|---|
| Product: | [Unmaintained] lattedock | Reporter: | trmdi |
| Component: | application | Assignee: | Michail Vourlakos <mvourlakos> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | git (master) | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/latte-dock/b93588756aa5ca86d0f0d7d62f1058a69a51273c | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | My layout | ||
|
Description
trmdi
2019-03-23 06:49:32 UTC
Created attachment 118981 [details]
My layout
I cant reproduce but if you change in secondaryconfigview.cpp line:152 to:
if (!m_latteView || !m_latteView->managedLayout() || !m_latteView->containment() || !m_parent || !rootObject()) {
is it fixed?
(In reply to Michail Vourlakos from comment #2) > I cant reproduce but if you change in secondaryconfigview.cpp line:152 to: > > if (!m_latteView || !m_latteView->managedLayout() || > !m_latteView->containment() || !m_parent || !rootObject()) { > > > is it fixed? Yes, I can no longer reproduce it with this change. Git commit b93588756aa5ca86d0f0d7d62f1058a69a51273c by Michail Vourlakos. Committed on 23/03/2019 at 09:35. Pushed by mvourlakos into branch 'master'. fix crash from Close button in config window M +1 -1 app/view/settings/secondaryconfigview.cpp https://commits.kde.org/latte-dock/b93588756aa5ca86d0f0d7d62f1058a69a51273c |