mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
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;
|
||||
|
||||
Raise(); // Needed on Ubuntu-14/Unity to display the frame
|
||||
Show( true );
|
||||
|
||||
SetFocus();
|
||||
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user