Skip to content

Commit

Permalink
[ThumbnailBar] Remove non-existant variable from verboseMessage() cal…
Browse files Browse the repository at this point in the history
…l -> causes 'close on empty area' to fail
  • Loading branch information
luspi committed Jan 18, 2017
1 parent daa6e37 commit ce0a396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/slidein/ThumbnailBar.qml
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ Rectangle {

function clickOnThumbnailBar(pos) {
var ret = contains(thumbnailBar2.mapFromItem(toplevel,pos.x,pos.y))
verboseMessage("ThumbnailBar::clickOnThumbnailBar()", "thumbnail #" + count + " - mouse pos " + pos + " - " + ret)
verboseMessage("ThumbnailBar::clickOnThumbnailBar()", "mouse pos " + pos + " - " + ret)
return ret
}

Expand Down

0 comments on commit ce0a396

Please sign in to comment.