mirror of
https://github.com/wez/wezterm.git
synced 2024-12-29 00:21:57 +03:00
6686adba04
There were a couple of layers of issue here: * In the ImageDataType::decode method, we didn't detect and do something reasonable when the decoded image had 0 frames, later leading to a panic in glyphcache when trying to index frame 0 of an empty vec. * We shouldn't have been using ImageDataType::decode for window background images * Make the fallback/placeholder black rather than fully transparent in the more modern decoder thread routine that we use for image decoding at the gui layer. refs: #3614 |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |