~aacid/unity-2d/lenses_shortcuts

« back to all changes in this revision

Viewing changes to shell/common/Background.qml

  • Committer: Tarmac
  • Author(s): Albert Astals
  • Date: 2012-03-30 11:01:35 UTC
  • mfrom: (1021.1.1 unity-2d_trunk)
  • Revision ID: tarmac-20120330110135-tdyv4ozf8vp7uy2k
[dash] Add workaround for lp:968215 - where dash being maximised & then restored, many visual artifacts remained on screen. Fixes: https://bugs.launchpad.net/bugs/968215. Approved by .

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        activeTriggerHelper = true
38
38
    }
39
39
 
 
40
    // This is here to workaround https://bugs.launchpad.net/unity-2d/+bug/968215
 
41
    // caused by https://bugreports.qt-project.org/browse/QTBUG-25037
 
42
    Rectangle {
 
43
        anchors.fill: parent
 
44
        color: "transparent"
 
45
    }
 
46
 
40
47
    /* Avoid redraw at rendering */
41
48
    effect: CacheEffect {}
42
49