summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-11-10 20:24:00 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-11-10 20:24:00 +0100
commit8beaa0cac78c6d3b788a47308924ddd486564a23 (patch)
treef4448e2ba8fd8028b5a3294967143f18fbe67ac6 /src
parent035b2e455661701b217c54ad7e7afed8d7ead8fd (diff)
pass events to PSEditWidget
Diffstat (limited to 'src')
-rw-r--r--src/PSEditor.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PSEditor.cxx b/src/PSEditor.cxx
index acf8d7f..7696c8b 100644
--- a/src/PSEditor.cxx
+++ b/src/PSEditor.cxx
@@ -90,7 +90,8 @@ int PSEditor::handle(int event) {
return 0;
break;
}
- return 0;
+
+ return PSEditWidget::handle(event);
}