-----------------------------------------------------------------------------
| 209 | |
| 210 | //----------------------------------------------------------------------------- |
| 211 | void pqPythonScriptEditor::scrollToBottom() |
| 212 | { |
| 213 | this->TabWidget->getCurrentTextArea()->getTextEdit()->verticalScrollBar()->setValue( |
| 214 | this->TabWidget->getCurrentTextArea()->getTextEdit()->verticalScrollBar()->maximum()); |
| 215 | } |
| 216 | |
| 217 | //----------------------------------------------------------------------------- |
| 218 | void pqPythonScriptEditor::updateMacroList() |
no test coverage detected