mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Use correct bitmap for body style menu
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19416
This commit is contained in:
parent
8af6defafe
commit
7bf40b82d0
@ -138,7 +138,7 @@ public:
|
||||
BODY_STYLE_MENU() :
|
||||
ACTION_MENU( true )
|
||||
{
|
||||
SetIcon( BITMAPS::component_select_alternate_shape );
|
||||
SetIcon( BITMAPS::body_style );
|
||||
SetTitle( _( "Body Style" ) );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user