Enforce minimimum window size when resizing player (#342)

For audio-only .mov files, which are 0x0.

Closes #340
This commit is contained in:
Feross Aboukhadijeh
2016-04-07 21:27:25 -07:00
parent da1e120de9
commit 8c2d49f029
4 changed files with 15 additions and 5 deletions

View File

@@ -23,6 +23,7 @@
- Fix installation bugs with .deb file (Linux)
- Pause audio reliably when closing the window
- Enforce minimimum window size when resizing player (for audio-only .mov files, which are 0x0)
## v0.3.1 - 2016-04-06