GTK: Splits are equalized when double clicking anywhere, not just the divider #4354
Labels
contributor friendly
A well-scoped, approachable issue for someone looking to contributor.
gui
GUI or app issue regardless of platform (i.e. Swift, GTK)
os/linux
Milestone
Discussed in #4352
Originally posted by Opposite34 January 1, 2025
Referring to #3557
Some people brought up that the splits are equalized when double clicked anywhere on the window, which of course shouldn't be done as some TUIs rely on double clicks to work properly (selecting words in some editors, etc).
In the PR above, the author mentioned double clicking on a handle bar (aka divider) to equalize the splits. However, the
gtkMouseDown
callback they wrote seems to just check for double clicks without checking the mouse position:The text was updated successfully, but these errors were encountered: