1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-28 02:54:31 +03:00

Render the whole view even when the resizing does not change grid's size

This commit is contained in:
Tae Won Ha 2017-06-17 17:25:52 +02:00
parent cb0c3c829b
commit dc0b2aab5d
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -43,6 +43,7 @@ extension NeoVimView {
let discreteSize = self.discreteSize(size: size)
if discreteSize == self.grid.size {
self.markForRenderWholeView()
return
}