Calculate screen scaling dynamically, so it always fits to the page
AbandonedPublic

Authored by amantia on Jan 8 2019, 3:53 PM.

Details

Reviewers
None
Summary

Don't reset the moved display position

This fixes the problem that after moving a display, clicking on another one
and clicking on the original one, its position got reset to the default one.
This due to layouting in the widget when displays are clicked, the
ControlPanel hides/shows the corresponding OutputConfig, which results in a
temporary layout changed, that causes a geometry change for the QML view,
that causes am updateOutpusPlacement()...

Diff Detail

Repository
R104 KScreen
Branch
fix_reset_output_pos
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 6821
Build 6839: arc lint + arc unit
amantia created this revision.Jan 8 2019, 3:53 PM
Restricted Application added a project: Plasma. · View Herald TranscriptJan 8 2019, 3:53 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
amantia requested review of this revision.Jan 8 2019, 3:53 PM
amantia abandoned this revision.Jan 8 2019, 3:55 PM