mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-27 14:14:19 +03:00
Correctly set the state of the draws parallel checkbox
This commit is contained in:
parent
5f92fc6302
commit
c4d2eee445
@ -48,10 +48,12 @@ class AdvancedPref: PrefPane, UiComponent, NSTextFieldDelegate {
|
||||
if self.useInteractiveZsh != state.mainWindowTemplate.useInteractiveZsh
|
||||
|| self.useSnapshotUpdate != state.useSnapshotUpdate
|
||||
|| self.useLiveResize != state.mainWindowTemplate.useLiveResize
|
||||
{
|
||||
|| self.drawsParallel != state.mainWindowTemplate.drawsParallel {
|
||||
|
||||
self.useInteractiveZsh = state.mainWindowTemplate.useInteractiveZsh
|
||||
self.useSnapshotUpdate = state.useSnapshotUpdate
|
||||
self.useLiveResize = state.mainWindowTemplate.useLiveResize
|
||||
self.drawsParallel = state.mainWindowTemplate.drawsParallel
|
||||
|
||||
self.updateViews()
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
# next
|
||||
|
||||
* ...
|
||||
* Bugfix: The state of the "Use Concurrent Rendering" checkbox is not set correctly.
|
||||
|
||||
# 0.26.5-308
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user