Skip to content

Commit 7b80603

Browse files
authored
Merge pull request #153 from kaste/read-only-panel
Fix: Output panel should be read-only
2 parents 1f1d981 + 6d524bc commit 7b80603

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unittesting/utils/output_panel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def __init__(
3131
settings.set("scroll_past_end", scroll_past_end)
3232

3333
self.output_view.assign_syntax("Packages/UnitTesting/res/unit-testing-test-result.sublime-syntax")
34+
self.output_view.set_read_only(True)
3435
self.closed = False
3536

3637
self.text_queue_lock = threading.Lock()

0 commit comments

Comments
 (0)