do not show gutter tooltip while selecting

This commit is contained in:
nightwing 2012-09-02 17:16:21 +04:00
commit a44236cfcc
2 changed files with 4 additions and 1 deletions

View file

@ -130,7 +130,7 @@ function GutterHandler(mouseHandler) {
return;
tooltipTimeout = setTimeout(function() {
tooltipTimeout = null;
if (mouseEvent)
if (mouseEvent && !mouseHandler.isMousePressed)
showTooltip();
else
hideTooltip();