Hyprland/src/hyprerror
Dmytro Budnyk ee67278038
hyprerror: fix horizontal overflow and damage box (#12719)
* hyprerror: fix horizontal overflow and damage box

* hyprerror: remove redundant m_queued preservation logic

The logic to save and restore m_queued into a temporary string 'q' was redundant because m_queued is explicitly cleared at the end of createQueued() (line 164). Restoring it to a non-empty state would cause createQueued() to be called every frame in draw(), which is not the intended behavior for the static error bar.

* Fixes style
2026-01-02 20:10:47 +01:00
..
HyprError.cpp hyprerror: fix horizontal overflow and damage box (#12719) 2026-01-02 20:10:47 +01:00
HyprError.hpp hyprerror: refactor class member vars (#10227) 2025-05-01 13:26:43 +02:00