Use correct bitmap for body style menu

Fixes https://gitlab.com/kicad/code/kicad/-/issues/19416
This commit is contained in:
Ian McInerney 2025-02-09 00:58:16 +00:00
parent 8af6defafe
commit 7bf40b82d0

View File

@ -138,7 +138,7 @@ public:
BODY_STYLE_MENU() :
ACTION_MENU( true )
{
SetIcon( BITMAPS::component_select_alternate_shape );
SetIcon( BITMAPS::body_style );
SetTitle( _( "Body Style" ) );
}