aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-21 21:43:44 -0400
committeriamcheeseman <[email protected]>2026-05-21 21:43:44 -0400
commit0bcad305bdc38c6c8009626fe31bb336e3374412 (patch)
tree5a0ab1e522e71007ffe229a93128d954ab4aafc3
parentc2861def8f13c647bdd5c970ef7568d15821e0e2 (diff)
clear clip rect after drawing UI
-rw-r--r--teensy/teensy_ui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/teensy/teensy_ui.c b/teensy/teensy_ui.c
index 32e4ca5..df49157 100644
--- a/teensy/teensy_ui.c
+++ b/teensy/teensy_ui.c
@@ -325,6 +325,7 @@ void tyui_draw(void)
break;
}
}
+ ty_draw_set_clip(TY_CLIP_NONE);
ty_list_clear(uictx.cmds);
uictx.prev_mouse_pos = ty_mouse_pos();