summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/isode/stroke/examples/gui/StrokeGUI.java')
-rw-r--r--src/com/isode/stroke/examples/gui/StrokeGUI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/isode/stroke/examples/gui/StrokeGUI.java b/src/com/isode/stroke/examples/gui/StrokeGUI.java
index 09f7936..0422abb 100644
--- a/src/com/isode/stroke/examples/gui/StrokeGUI.java
+++ b/src/com/isode/stroke/examples/gui/StrokeGUI.java
@@ -151,7 +151,7 @@ public class StrokeGUI extends javax.swing.JFrame {
protected void post(final Event event) {
EventQueue.invokeLater(new Runnable() {
public void run() {
- event.callback.run();
+ handleEvent(event);
}
});
}