Fix: Right Edge of G-code Viewer Legend Rows Not Interactive (#11899)

Fix legend hover hit-testing

Fix GCode viewer legend where the eye icon and right edge don’t respond to hover/click unless you click slightly left (works after switching view types unless the vertical slide is used).
This commit is contained in:
Kiss Lorand
2026-05-14 19:46:05 +03:00
committed by GitHub
parent d2ca5d3a1e
commit 700292f9a6
3 changed files with 49 additions and 28 deletions

View File

@@ -128,6 +128,8 @@ public:
float m_scale = 1.0;
void set_scale(float scale = 1.0);
// ORCA: expose vertical slider width for right-margin alignment in the preview UI.
static float vertical_slider_window_width();
void on_change_color_mode(bool is_dark);
void set_menu_enable(bool enable = true) { m_menu_enable = enable; }