Summary: | Thumbnail shown in up-left corner of the screen when you close app from the thumbnail | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Guido <guido.iodice> |
Component: | Task Manager and Icons-Only Task Manager widgets | Assignee: | Eike Hein <hein> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde, plasma-bugs |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/plasma-framework/8ce47c5f1e422f9093a8da0e2a548082792bbd1a | Version Fixed In: | |
Sentry Crash Report: |
Description
Guido
2015-10-25 15:34:10 UTC
heh Tooltip::hideToolTip doesn't end up hiding it, it just runs: void ToolTipDialog::dismiss() { m_showTimer->start(m_hideTimeout / 20); // pretty short: 200ms } and as we unset out visualParent as our Task is deleted. it ends up topLeft. Git commit 8ce47c5f1e422f9093a8da0e2a548082792bbd1a by Eike Hein. Committed on 26/11/2015 at 21:29. Pushed by hein into branch 'master'. Don't reposition while hiding. M +1 -1 src/plasmaquick/dialog.cpp http://commits.kde.org/plasma-framework/8ce47c5f1e422f9093a8da0e2a548082792bbd1a |