Kicad manager: minor cosmetic enhancement: show a busy cursor when launching an editor
This commit is contained in:
parent
2e342ed8c9
commit
0ba11e9856
|
@ -658,6 +658,8 @@ int KICAD_MANAGER_CONTROL::ShowPlayer( const TOOL_EVENT& aEvent )
|
|||
if( !m_loading.try_lock() )
|
||||
return -1;
|
||||
|
||||
wxBusyCursor dummy;
|
||||
|
||||
const std::lock_guard<std::mutex> lock( m_loading, std::adopt_lock );
|
||||
|
||||
try
|
||||
|
|
Loading…
Reference in New Issue