about summary refs log tree commit diff stats
path: root/eye_indicator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eye_indicator.cpp')
-rw-r--r--eye_indicator.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/eye_indicator.cpp b/eye_indicator.cpp index c490589..03e234e 100644 --- a/eye_indicator.cpp +++ b/eye_indicator.cpp
@@ -36,6 +36,8 @@ void EyeIndicator::OnPaint(wxPaintEvent& event) {
36 36
37 wxPaintDC dc(this); 37 wxPaintDC dc(this);
38 dc.DrawBitmap(rendered_, 0, 0); 38 dc.DrawBitmap(rendered_, 0, 0);
39
40 event.Skip();
39} 41}
40 42
41void EyeIndicator::Redraw() { 43void EyeIndicator::Redraw() {