-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fallback striped area size when resizing grid cols/rows (#6543)
**Problem:** When resizing a grid col/row if the counterpart has no size, the striped area collapses to `0` pixels. **Fix:** Fallback to the frame size if the counterpart axis has no size. Also, disable the mouse event if the dimension is not set. | Before | After | |------|--------| | ![Kapture 2024-10-15 at 21 19 53](https://github.com/user-attachments/assets/e9bdcceb-07a5-4b70-9f31-7e6d8dc3b6fe) | ![Kapture 2024-10-15 at 21 19 37](https://github.com/user-attachments/assets/dfa0b547-e7f7-48a5-a2ae-b3c173640ba8) | Fixes #6542
- Loading branch information
Showing
1 changed file
with
34 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters