| 5394 | } |
| 5395 | |
| 5396 | void UICodeEditor::setShowFoldingRegion( bool showFoldingRegion ) { |
| 5397 | if ( mShowFoldingRegion != showFoldingRegion ) { |
| 5398 | mShowFoldingRegion = showFoldingRegion; |
| 5399 | invalidateDraw(); |
| 5400 | } |
| 5401 | } |
| 5402 | |
| 5403 | Drawable* UICodeEditor::getFoldDrawable() const { |
| 5404 | return mFoldDrawable; |
no outgoing calls
no test coverage detected