ZIm/crates/terminal_view/src
Conrad Irwin b3b94e64ba
Ensure panel and pane sizes are integral (#8619)
Fixes: #8050

For some reason that we didn't investigate, if you have view caching
enabled,
and you have non-integer sized bounds, and you are right aligning
things, the
co-ordinates can differ by +/- 1px when using the cached view.

The easiest fix for now is to just not do that.

Co-Authored-By: Antonio <as-cii@zed.dev>

Release Notes:

- Fixed the pane icons flickering
([#8050](https://github.com/zed-industries/zed/issues/8050)).

Co-authored-by: Antonio <as-cii@zed.dev>
2024-02-29 09:16:42 -07:00
..
persistence.rs Changed SQLez migrations to be executed eagerly 2023-01-30 14:38:48 -08:00
terminal_element.rs Introduce a short-term solution for flickering (#8542) 2024-02-28 17:57:20 +01:00
terminal_panel.rs Ensure panel and pane sizes are integral (#8619) 2024-02-29 09:16:42 -07:00
terminal_view.rs Add OpenExcerptsSplit (#8574) 2024-02-28 19:23:36 -07:00