ui.backend.cocoa.views: clear cache to remove possibly non-retina stuff.
parent
9b9bd182ca
commit
1fdc965b34
|
@ -160,6 +160,7 @@ CLASS: FactorView < NSOpenGLView NSTextInput
|
|||
self SEND: backingScaleFactor execute( x x -- x )
|
||||
dup 1.0 > [
|
||||
gl-scale-factor set-global t retina? set-global
|
||||
cached-lines get-global clear-assoc
|
||||
] [ drop ] if
|
||||
|
||||
] when
|
||||
|
|
Loading…
Reference in New Issue