fix: stop click when dragging over notebook buttons (#6266)

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
nerix
2025-06-15 13:00:57 +02:00
committed by GitHub
parent 62c93d1d98
commit 04ba83b90f
6 changed files with 41 additions and 51 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
- Dev: Simplified string literals to be a re-export of Qt functions. (#6175)
- Dev: Fixed incorrect lua generation of static methods for typescript plugins. (#6190, #6223)
- Dev: Merged top/bottom and left/right notebook layouts. (#6215)
- Dev: Refactored `Button` and friends. (#6102, #6255)
- Dev: Refactored `Button` and friends. (#6102, #6255, #6266)
- Dev: Made Settings & Account button on Linux/macOS SVGs. (#6267)
- Dev: `OnceFlag`'s internal flag is now atomic. (#6237)
- Dev: Bumped clang-format requirement to 19. (#6236)