mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Better debugging.
This commit is contained in:
parent
8ce0bf7623
commit
8520bfefa0
@ -79,8 +79,7 @@ struct TOOL_MANAGER::TOOL_STATE
|
||||
|
||||
~TOOL_STATE()
|
||||
{
|
||||
if( !stateStack.empty() )
|
||||
wxFAIL;
|
||||
wxASSERT_MSG( stateStack.empty(), wxT( "StateStack not empty!" ) );
|
||||
}
|
||||
|
||||
/// The tool itself
|
||||
|
Loading…
x
Reference in New Issue
Block a user