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