fix for dlangide#180

This commit is contained in:
Vadim Lopatin 2016-10-11 19:41:46 +03:00
parent 356f989092
commit 13acf5d1ac
1 changed files with 2 additions and 1 deletions

View File

@ -568,7 +568,8 @@ class ScrollBar : AbstractSlider, OnClickHandler {
sendScrollEvent(ScrollAction.LineDown, position); sendScrollEvent(ScrollAction.LineDown, position);
return true; return true;
} }
return super.onMouseEvent(event); return true;
//return super.onMouseEvent(event);
} }
/// Draw widget at its position to buffer /// Draw widget at its position to buffer