Browse Source

More about fix issue on Ubuntu/Unity.

pull/1/head
jean-pierre charras 11 years ago
parent
commit
383fec1510
  1. 3
      common/kiway_player.cpp

3
common/kiway_player.cpp

@ -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();
{

Loading…
Cancel
Save