Fix a regression that caused clicking in the padding/margins of windows in the stack layout to switch the window to the first window

Fixes #2604
This commit is contained in:
Kovid Goyal
2020-04-28 22:23:38 +05:30
parent 696b857f91
commit 63493fad22
2 changed files with 9 additions and 3 deletions

View File

@@ -14,6 +14,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- By default, double clicking no longer considers the : as part of words, see
:opt:`select_by_word_characters` (:iss:`2602`)
- Fix a regression that caused clicking in the padding/margins of windows in
the stack layout to switch the window to the first window (:iss:`2604`)
0.17.3 [2020-04-23]
--------------------