Bug 329845

Summary: menu is invisible after closed kbreakout in fullscreen mode
Product: [Applications] kbreakout Reporter: marian.trenkwalder
Component: generalAssignee: Viranch Mehta <viranch.mehta>
Status: RESOLVED FIXED    
Severity: normal CC: chaofeng111, kde-games-bugs
Priority: NOR    
Version: 1.0.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 4.13
Attachments: bugfix

Description marian.trenkwalder 2014-01-11 12:40:40 UTC
After I directly close kbreakout from the full screen mode the menu isn't visible again when restart.

A workaround is going to full screen again. And then going out of full screen.

Reproducible: Always

Steps to Reproduce:
1.<str>+<shift>+f to get in full screen mode
2.<alt>+<f4> to close window
3. restart kbreakout
Actual Results:  
The menu is not visible.

Expected Results:  
The Menu should always visible in not full screen mode.
Comment 1 marian.trenkwalder 2014-01-11 12:50:27 UTC
Created attachment 84568 [details]
bugfix
Comment 2 Chao Feng 2014-01-14 13:35:30 UTC
Git commit ed6db8e4b4bd16668c248232b0f90d24231a7f9e by Feng Chao.
Committed on 14/01/2014 at 13:31.
Pushed by fengchao into branch 'master'.

Fix Bug 329845 - menu is invisible after closed kbreakout in fullscreen mode

Merge patch from Marian.

M  +6    -0    src/mainwindow.cpp

http://commits.kde.org/kbreakout/ed6db8e4b4bd16668c248232b0f90d24231a7f9e
Comment 3 Chao Feng 2014-01-14 13:37:23 UTC
Marian, thank you for the patch.