From d551b0b94979cf5e47cc66e241e05238e374a321 Mon Sep 17 00:00:00 2001 From: Jeff Young <jeff@rokeby.ie> Date: Sun, 2 Feb 2025 20:09:28 +0000 Subject: [PATCH] Formatting. --- common/widgets/search_pane.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/widgets/search_pane.cpp b/common/widgets/search_pane.cpp index 361c14e2ee..a197f3067e 100644 --- a/common/widgets/search_pane.cpp +++ b/common/widgets/search_pane.cpp @@ -35,7 +35,9 @@ class SEARCH_PANE_MENU : public ACTION_MENU { public: - SEARCH_PANE_MENU( EDA_DRAW_FRAME& aFrame ) : ACTION_MENU( true, nullptr ), m_frame( aFrame ) + SEARCH_PANE_MENU( EDA_DRAW_FRAME& aFrame ) : + ACTION_MENU( true, nullptr ), + m_frame( aFrame ) { Add( _( "Zoom to Selection" ), _( "Toggle zooming to selections in the search pane" ), ID_TOGGLE_ZOOM_TO_SELECTION, BITMAPS::zoom_fit_to_objects, true );