Skip to content

Commit

Permalink
Merge pull request linuxmint#269 from robertdhernandez/Fix-Reactive@w…
Browse files Browse the repository at this point in the history
…orkspace-grid

workspace-grid: Fixed BarIndicatorStyle not being draggable
  • Loading branch information
brownsr committed Apr 5, 2017
2 parents c64744d + eb310e1 commit c3df480
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,8 @@ BarIndicatorStyle.prototype = {
},

setReactivity: function(reactive) {
this.row_indicator.reactive = reactive;
for (let i=0; i < this.button.length; ++i)
this.button[i].reactive = reactive;
this.button[i].set_reactive(reactive);
},

rebuild: function() {
Expand Down

0 comments on commit c3df480

Please sign in to comment.