| 94 | } |
| 95 | |
| 96 | void MacroSegmentScriptInlineEdit::ScriptChanged() |
| 97 | { |
| 98 | GUARD_LOADING_AND_LOCK(); |
| 99 | _entryData->SetScript(_script->toPlainText().toStdString()); |
| 100 | adjustSize(); |
| 101 | updateGeometry(); |
| 102 | } |
| 103 | |
| 104 | void MacroSegmentScriptInlineEdit::PathChanged(const QString &path) |
| 105 | { |