fix: settings "Cancel" button doesn't work first time (#5229)

This commit is contained in:
pajlada
2024-03-09 12:29:25 +01:00
committed by GitHub
parent c50791972d
commit 2e77b47ea1
5 changed files with 9 additions and 16 deletions
+1
View File
@@ -100,6 +100,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 the "Cancel" button in the settings dialog only working after opening the settings dialog twice. (#5229)
- 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)