| 3480 | } |
| 3481 | |
| 3482 | Drawable* UICodeEditor::findIcon( const std::string& name ) { |
| 3483 | UIIcon* icon = getUISceneNode()->findIcon( name ); |
| 3484 | if ( icon ) |
| 3485 | return icon->getSize( mMenuIconSize ); |
| 3486 | return nullptr; |
| 3487 | } |
| 3488 | |
| 3489 | const bool& UICodeEditor::getColorPreview() const { |
| 3490 | return mColorPreview; |