From 4b5bcd0f0ab8b4f72e621eab64c88cc79944e3a9 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 29 Oct 2001 04:37:24 +0000 Subject: [PATCH] Cosmetic changes. --- src/Cockpit/panel.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Cockpit/panel.cxx b/src/Cockpit/panel.cxx index 9a8a65862..3ddc6b453 100644 --- a/src/Cockpit/panel.cxx +++ b/src/Cockpit/panel.cxx @@ -256,8 +256,9 @@ void FGPanel::update () { // Do nothing if the panel isn't visible. - if (!fgPanelVisible()) + if ( !fgPanelVisible() ) { return; + } // If the mouse is down, do something if (_mouseDown) { -- 2.39.5