Bug#47384: [Konsole-devel] Bug#47384: menu bar items do not close
Waldo Bastian
bastian at kde.org
Tue Sep 3 19:50:30 UTC 2002
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tuesday 03 September 2002 08:53 am, zarf at nortelnetworks.com wrote:
> Package: konsole
> Version: KDE 3.0.7
> Severity: normal
> Installed from: Compiled From Sources
> Compiler: gcc 2.95-3
> OS: Solaris
> OS/Compiler notes: Solaris 2.6
>
> When a second konsole window
> is started the menu bar items do not
> close. They are stuck in the drop down
> state. Focus is also stuck in the
> second konsole window. The only
> answer is to type exit to kill this window.
> The first konsole window never suffers
> from this problem.
Which version of kdelibs/kdeui/kpopupmenu.cpp do you have?
If it is r1.20, please apply this patch and let me know if that helps.
- -void KPopupMenu::closeEvent(QCloseEvent*)
+void KPopupMenu::closeEvent(QCloseEvent*e)
{
if (d->shortcuts)
resetKeyboardVars();
+ QPopupMenu::closeEvent(e);
}
Cheers,
Waldo
- --
bastian at kde.org | SuSE Labs KDE Developer | bastian at suse.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE9dRKGN4pvrENfboIRAsv1AJ9X26iMA/YHkW4MUe/dE74a5r25cgCdH++Z
0u994y0ZVpPyHLLeXNox/g0=
=uCZt
-----END PGP SIGNATURE-----
(Complete bug history is available at http://bugs.kde.org/db/47/47384.html)
More information about the konsole-devel
mailing list