Summary: | mouse sequences only generated in main window and are duplicated to detatched windows | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Andy Goth <unununium> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andy Goth
2003-05-26 07:22:42 UTC
Subject: KDE_3_1_BRANCH: kdebase/konsole/konsole CVS commit by binner: Fixed "mouse sequences only generated in main window and are duplicated to detatched windows" CCMAIL: 58959-done@bugs.kde.org M +1 -1 TEmulation.h 1.27.2.2 --- kdebase/konsole/konsole/TEmulation.h #1.27.2.1:1.27.2.2 @@ -30,5 +30,5 @@ public: TEmulation(TEWidget* gui); - void changeGUI(TEWidget* newgui); + virtual void changeGUI(TEWidget* newgui); ~TEmulation(); |