mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
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:
parent
fd2822fb15
commit
b5a913e582
@ -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 ) );
|
||||
|
||||
|
@ -114,7 +114,6 @@ enum class BITMAPS : unsigned int
|
||||
bug,
|
||||
bus_definition_tool,
|
||||
c_microstrip,
|
||||
calculator,
|
||||
cancel,
|
||||
chamfer,
|
||||
change_entry_orient,
|
||||
|
Loading…
x
Reference in New Issue
Block a user