Some coverity fixes

This commit is contained in:
Mark Roszko
2018-01-05 22:51:03 -07:00
committed by Chris Pavlina
parent 57fe3739ca
commit b98cc0b937
15 changed files with 22 additions and 11 deletions
+1 -2
View File
@@ -905,8 +905,7 @@ void SIM_PLOT_FRAME::menuShowGridUpdate( wxUpdateUIEvent& event )
{
SIM_PLOT_PANEL* plot = CurrentPlot();
if( plot )
event.Check( plot ? plot->IsGridShown() : false );
event.Check( plot ? plot->IsGridShown() : false );
}