Skip to content

Commit

Permalink
myDash: correct visual glith due to animation not run outside the ove…
Browse files Browse the repository at this point in the history
…rview.

When enabling animation outside the overview I forgot to change this as well.
  • Loading branch information
micheleg committed Aug 20, 2014
1 parent ee11cc9 commit b67f570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myDash.js
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ const myDash = new Lang.Class({
// Skip animations on first run when adding the initial set
// of items, to avoid all items zooming in at once

let animate = this._shownInitially && Main.overview.visible &&
let animate = this._shownInitially &&
!Main.overview.animationInProgress;

if (!this._shownInitially)
Expand Down

0 comments on commit b67f570

Please sign in to comment.