1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-26 23:36:08 +03:00
This commit is contained in:
Tae Won Ha 2020-12-20 16:06:56 +01:00
parent 2812877cee
commit 2d2108e74b
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -96,7 +96,7 @@ public class NvimView: NSView,
self._font = newValue
self.updateFontMetaData(newValue)
signalRemoteOptionChange(RemoteOption.fromFont(newValue));
self.signalRemoteOptionChange(RemoteOption.fromFont(newValue))
}
}