More about fix issue on Ubuntu/Unity.
This commit is contained in:
parent
1e5fa54d1a
commit
383fec1510
|
@ -96,7 +96,10 @@ bool KIWAY_PLAYER::ShowModal( wxString* aResult, wxWindow* aResultantFocusWindow
|
||||||
|
|
||||||
|
|
||||||
m_modal_resultant_parent = aResultantFocusWindow;
|
m_modal_resultant_parent = aResultantFocusWindow;
|
||||||
|
|
||||||
|
Raise(); // Needed on Ubuntu-14/Unity to display the frame
|
||||||
Show( true );
|
Show( true );
|
||||||
|
|
||||||
SetFocus();
|
SetFocus();
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue