ref: e384a34196d16392ecd428b63d21a3868e8957b6
parent: 36d39b9289e3e96d7883a0b083d0b1a43d882c6e
author: Philip Silva <philip.silva@protonmail.com>
date: Fri Aug 20 06:23:26 EDT 2021
Disable flickering cursor switching
--- a/browser/browser.go
+++ b/browser/browser.go
@@ -668,7 +668,7 @@
}
}
}
- x := m.Point.X
+ /*x := m.Point.X
y := m.Point.Y
maxX := self.R.Dx()
maxY := self.R.Dy()
@@ -682,7 +682,7 @@
}
} else {
dui.Display.SwitchCursor(nil)
- }
+ }*/
return el.UI.Mouse(dui, self, m, origM, orig)
}