diff options
Diffstat (limited to 'teensy')
| -rw-r--r-- | teensy/teensy_ui.c | 1 |
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(); |
