mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 00:46:39 +01:00
Don't need this.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user