D9152: Save an object per panel applet

Kai Uwe Broulik noreply at phabricator.kde.org
Mon Dec 4 14:30:20 UTC 2017


broulik added inline comments.

INLINE COMMENTS

> main.qml:282
>  
> -            property int oldX: x
> -            property int oldY: y
> +            readonly property int oldX: x
> +            readonly property int oldY: y

This property is being assigned to, it cannot be `readonly`.

> main.qml:313
>                  translAnim.running = true
>                  oldX = x
>                  oldY = y

For example here

REPOSITORY
  R119 Plasma Desktop

REVISION DETAIL
  https://phabricator.kde.org/D9152

To: hein, #plasma, mart, davidedmundson
Cc: broulik, davidedmundson, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20171204/ac6dc93e/attachment-0001.html>


More information about the Plasma-devel mailing list