Message view should not be editable: #3826
No longer editable and the cursor has been disabled as well.
This commit is contained in:
parent
fdc2853904
commit
d1fa42fc13
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
public class MessageViewer : Gtk.TextView {
|
||||
public MessageViewer() {
|
||||
editable = false;
|
||||
cursor_visible = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue