1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-04-27 12:32:37 +02:00
Stefan Haller 240948b882 Return only visible views from TopViewInWindow
Without this it's not reliably possible to ask whether a given view is visible
by asking

  windowHelper.TopViewInWindow(context.GetWindowName()) == context.GetView()

because there could be transient, invisible contexts after it in the Z order.

I guess it's a bit of a coincidence that this has never been a problem so far.
2023-12-10 15:57:51 +01:00
..
2023-12-09 15:28:40 +01:00
2023-04-30 13:19:53 +10:00
2023-05-16 21:01:38 +10:00
2023-12-09 15:28:40 +01:00
2023-10-08 18:45:36 +02:00
2023-04-30 13:19:53 +10:00
2023-04-30 13:19:53 +10:00