Bug 78534 - "Full-screen" toolbar button in wrong state after restoring window from window menu
Summary: "Full-screen" toolbar button in wrong state after restoring window from windo...
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.0.2
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-27 02:48 UTC by Jonathan Solomon
Modified: 2004-12-12 05:24 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.