Skip to content

Commit

Permalink
Ignore TAGSliderDance setting if there is only one cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
Wieku committed Jul 1, 2018
1 parent 518d6cc commit ab55e43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package build

const VERSION = "0.1.0b"
const VERSION = "0.1.1b"
2 changes: 1 addition & 1 deletion dance/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (controller *GenericController) InitCursors() {

queue := controller.bMap.GetObjectsCopy()

if settings.Dance.TAGSliderDance {
if settings.Dance.TAGSliderDance && settings.TAG > 1 {
for i:=0; i < len(queue); i++ {
queue = schedulers.PreprocessQueue(i, queue, true)
}
Expand Down

0 comments on commit ab55e43

Please sign in to comment.