mirror of
https://github.com/coteditor/CotEditor.git
synced 2024-11-09 13:31:25 +03:00
Fix backgroundAlpha restoration
This commit is contained in:
parent
d646245675
commit
d8ebc04be2
@ -117,7 +117,7 @@ final class DocumentWindow: NSWindow {
|
||||
|
||||
super.encodeRestorableState(with: coder)
|
||||
|
||||
coder.encode(self.backgroundAlpha, forKey: #keyPath(backgroundAlpha))
|
||||
coder.encode(Double(self.backgroundAlpha), forKey: #keyPath(backgroundAlpha))
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user