Fix a non-existing bitmap issue.

the bitmap BITMAPS::calculator, although in bitmaps_list.h, does not exists.
A suitable bitmap can be BITMAPS::icon_pcbcalculator_24.
So it is now used in ACTIONS::showCalculatorTool()
This commit is contained in:
jean-pierre charras 2025-04-19 16:52:33 +02:00
parent fd2822fb15
commit b5a913e582
2 changed files with 1 additions and 2 deletions

View File

@ -1248,7 +1248,7 @@ TOOL_ACTION ACTIONS::showCalculatorTools( TOOL_ACTION_ARGS()
.Scope( AS_GLOBAL )
.FriendlyName( _( "Calculator Tools" ) )
.Tooltip( _( "Run component calculations, track width calculations, etc." ) )
.Icon( BITMAPS::calculator )
.Icon( BITMAPS::icon_pcbcalculator_24 )
.Flags( AF_NONE )
.Parameter( FRAME_CALC ) );

View File

@ -114,7 +114,6 @@ enum class BITMAPS : unsigned int
bug,
bus_definition_tool,
c_microstrip,
calculator,
cancel,
chamfer,
change_entry_orient,