~aacid/unity-2d/unity-2d_backport_shell_r934

« back to all changes in this revision

Viewing changes to places/app/dashdeclarativeview.cpp

  • Committer: Albert Astals
  • Date: 2012-02-03 20:59:54 UTC
  • mfrom: (883.1.10 unity-2d)
  • Revision ID: albert.astals@canonical.com-20120203205954-o4ssxs1rtjx4shv3
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
void
135
135
DashDeclarativeView::showEvent(QShowEvent *event)
136
136
{
137
 
    QDeclarativeView::showEvent(event);
 
137
    Unity2DDeclarativeView::showEvent(event);
138
138
    /* Note that this has to be called everytime the window is shown, as the WM
139
139
       will remove the flags when the window is hidden */
140
140
    setWMFlags();