| Summary: | kget plasmoids don't have resize handles | ||
|---|---|---|---|
| Product: | [Applications] kget | Reporter: | Todd <toddrme2178> |
| Component: | plasma widget | Assignee: | KGet bugs <kget-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | mat69 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Todd
2011-11-18 14:04:32 UTC
I can confirm that problem.
To me it looks like
if (constraints & Plasma::SizeConstraint) {
in kgetapplet causes the problem.
What do you think Lukas?
Maybe (@Lukas) we should try to fix this issue for 4.8 and then abort these plasmoids as they are now and port them to Qt Quick?
Yes, I agree with the porting to QtQuick. About this issue: Not sure if that check is the problem, as it should only get triggered when the applet gets resized, it's not an indicator that it can get resized. (And I just tested this by commenting the lines out, does not change anything.) I looked into it once already, but didn't find the cause of it. (I was focussing on the event handling though...) Lukas I just fixed this in commit 8e216b2eb4f730393ddde0166a4d49592e003f0e Lukas |