More about fix issue on Ubuntu/Unity.

This commit is contained in:
jean-pierre charras 2014-11-19 21:45:57 +01:00
parent 1e5fa54d1a
commit 383fec1510
1 changed files with 3 additions and 0 deletions

View File

@ -96,7 +96,10 @@ bool KIWAY_PLAYER::ShowModal( wxString* aResult, wxWindow* aResultantFocusWindow
m_modal_resultant_parent = aResultantFocusWindow;
Raise(); // Needed on Ubuntu-14/Unity to display the frame
Show( true );
SetFocus();
{