diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-11-10 20:24:00 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-11-10 20:24:00 +0100 |
commit | 8beaa0cac78c6d3b788a47308924ddd486564a23 (patch) | |
tree | f4448e2ba8fd8028b5a3294967143f18fbe67ac6 /src | |
parent | 035b2e455661701b217c54ad7e7afed8d7ead8fd (diff) |
pass events to PSEditWidget
Diffstat (limited to 'src')
-rw-r--r-- | src/PSEditor.cxx | 3 |
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); } |