Juergen Spitzmueller wrote:
gcc-4.1.0, SuSE 10.1
Regards,
Jürgen
Could you try this patch please?
Index: GuiWorkArea.C
===================================================================
--- GuiWorkArea.C (revision 14773)
+++ GuiWorkArea.C (working copy)
@@ -593,7 +593,7 @@
// ideally, such special coding should not be necessary
if (text == "^")
key = Qt::Key_AsciiCircum;
- QKeyEvent ev(QEvent::KeyPress, key, 0, text);
+ QKeyEvent ev(QEvent::KeyPress, key, Qt::NoModifier, text);
keyPressEvent(&ev);
}
e->accept();