Don't need this.

This commit is contained in:
BDisp
2021-01-19 11:01:15 +00:00
parent e7f66f8350
commit ce46fb3d3e

View File

@@ -586,8 +586,6 @@ namespace Terminal.Gui {
}
}
} else if (me.Flags.HasFlag (MouseFlags.Button1Pressed | MouseFlags.ReportMousePosition)) {
var posBarLength = posBottomRightTee - posTopLeftTee;
if (lastLocation > -1 ||
location > 1 && location < barsize && location >= posTopLeftTee && location <= posBottomRightTee) {
if (lastLocation == -1) {