~lukas-kde/unity8/betterSessionManagement

« back to all changes in this revision

Viewing changes to qml/Components/EdgeBarrierController.qml

  • Committer: Lukáš Tinkl
  • Date: 2017-03-24 11:57:27 UTC
  • mfrom: (2800.1.91 unity8)
  • Revision ID: lukas.tinkl@canonical.com-20170324115727-34c7tvv3qnxvxzdj
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
    function push(amount) {
36
36
        if (!root._containsMouse) {
 
37
            console.warn("pushing right edge without mouse actually being at right edge!")
37
38
            return;
38
39
        }
39
40