mirror of https://github.com/buggins/dlangui.git
fix for dlangide#180
This commit is contained in:
parent
356f989092
commit
13acf5d1ac
|
|
@ -568,7 +568,8 @@ class ScrollBar : AbstractSlider, OnClickHandler {
|
|||
sendScrollEvent(ScrollAction.LineDown, position);
|
||||
return true;
|
||||
}
|
||||
return super.onMouseEvent(event);
|
||||
return true;
|
||||
//return super.onMouseEvent(event);
|
||||
}
|
||||
|
||||
/// Draw widget at its position to buffer
|
||||
|
|
|
|||
Loading…
Reference in New Issue