xi-editor / xi-mac

The xi-editor mac frontend.
Apache License 2.0
3.02k stars 147 forks source link

Fix mouse event not accounting for status bar frame #489

Closed nangtrongvuon closed 4 years ago

nangtrongvuon commented 4 years ago

Part 2 of the #487 fix, this makes mouse events also compensate for the status bar's frame.

nangtrongvuon commented 4 years ago

I took a look at those methods, and they don't seem to interact directly with the editView's frame, so I think this should be fine. Thank you for both of your patience!