linter errors
parent
7ae79b5ae4
commit
3d95804200
|
|
@ -1009,9 +1009,8 @@ pub const Surface = extern struct {
|
|||
const priv = self.private();
|
||||
priv.read_only = !priv.read_only;
|
||||
self.as(gobject.Object).notifyByPspec(
|
||||
properties.@"read-only".impl.param_spec
|
||||
properties.@"read-only".impl.param_spec,
|
||||
);
|
||||
log.info("read only state {}", .{priv.read_only});
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -168,7 +168,6 @@ Overlay terminal_page {
|
|||
valign: start;
|
||||
margin-end: 15;
|
||||
margin-top: 15;
|
||||
|
||||
always-show-arrow: false;
|
||||
direction: none;
|
||||
label: _("Read-only");
|
||||
|
|
|
|||
Loading…
Reference in New Issue