Bug 78534

Summary: "Full-screen" toolbar button in wrong state after restoring window from window menu
Product: [Applications] kdevelop Reporter: Jonathan Solomon <jsolomon>
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal CC: l.lunak
Priority: NOR    
Version: 3.0.2   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jonathan Solomon 2004-03-27 02:48:59 UTC
Version:           3.0.2 (using KDE KDE 3.2.1)
Installed from:    Compiled From Sources
Compiler:          gcc 3.3.3 
OS:          Linux

Minor glitch but easy to reproduce so it should be fixed.

1. Click the full-screen button on the tool-bar.
2. Type Alt-space to open the window menu and select "Full-screen" from the Advanced submenu.

The toolbar button is left in the "Exit full-screen" state.
Comment 1 Stephan Binner 2004-03-27 10:06:44 UTC
What Qt version? If older than 3.3.1 do you have the relevant patches from qt-copy applied (#0026, ...)?
Comment 2 Jonathan Solomon 2004-03-27 11:52:13 UTC
Qt 3.3.1 compiled from source.
Comment 3 Lubos Lunak 2004-04-17 15:29:29 UTC
KDevelop probably just needs to use KToggleFullScreenAction like e.g. Konqueror does.
Comment 4 Matt Rogers 2004-12-12 05:24:01 UTC
KDevelop uses KToggleFullScreenAction now and this bug is gone.