fix(windows): show split tooltip before move (#5230)

This commit is contained in:
nerix
2024-03-09 11:27:42 +01:00
committed by GitHub
parent 26bb4e236d
commit ecad4b052a
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -98,6 +98,7 @@
- Bugfix: Fixed link info not updating without moving the cursor. (#5178)
- Bugfix: Fixed an upload sometimes failing when copying an image from a browser if it contained extra properties. (#5156)
- Bugfix: Fixed tooltips getting out of bounds when loading images. (#5186)
- Bugfix: Fixed split header tooltips showing in the wrong position on Windows. (#5230)
- Bugfix: Fixed split header tooltips appearing too tall. (#5232)
- Dev: Run miniaudio in a separate thread, and simplify it to not manage the device ourselves. There's a chance the simplification is a bad idea. (#4978)
- Dev: Change clang-format from v14 to v16. (#4929)