File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020 * @author [email protected] (Alan Smith) 2121 */
2222import * as Blockly from 'blockly' ;
23- import { MRC_STYLE_CLASS_BLOCKS } from '../themes/styles' ;
23+ import { MRC_STYLE_FUNCTIONS } from '../themes/styles' ;
2424import { createFieldNonEditableText } from '../fields/FieldNonEditableText'
2525import { createFieldFlydown } from '../fields/field_flydown' ;
2626import { Order } from 'blockly/python' ;
@@ -88,7 +88,7 @@ const CLASS_METHOD_DEF = {
8888 this . appendDummyInput ( "TITLE" )
8989 . appendField ( '' , 'NAME' ) ;
9090 this . setOutput ( false ) ;
91- this . setStyle ( MRC_STYLE_CLASS_BLOCKS ) ;
91+ this . setStyle ( MRC_STYLE_FUNCTIONS ) ;
9292 this . appendStatementInput ( 'STACK' ) . appendField ( '' ) ;
9393 this . mrcParameters = [ ] ;
9494 this . setPreviousStatement ( false ) ;
You can’t perform that action at this time.
0 commit comments