File diff r17868:2ffa4a003eb4 → r17869:b0e51d26f3f0
src/main_gui.cpp
Show inline comments
 
@@ -301,9 +301,7 @@ struct MainWindow : Window
 
				return ES_HANDLED;
 

	
 
			case GHK_BOUNDING_BOXES:
 
				extern bool _draw_bounding_boxes;
 
				_draw_bounding_boxes = !_draw_bounding_boxes;
 
				MarkWholeScreenDirty();
 
				ToggleBoundingBoxes();
 
				return ES_HANDLED;
 
		}