| 918 | } |
| 919 | |
| 920 | void UICodeEditor::setShowLineNumber( const bool& showLineNumber ) { |
| 921 | if ( mShowLineNumber != showLineNumber ) { |
| 922 | mShowLineNumber = showLineNumber; |
| 923 | invalidateDraw(); |
| 924 | } |
| 925 | } |
| 926 | |
| 927 | const Color& UICodeEditor::getLineNumberBackgroundColor() const { |
| 928 | return mLineNumberBackgroundColor; |
no outgoing calls
no test coverage detected