ui.backend.cocoa.views: clear cache to remove possibly non-retina stuff.

db4
John Benediktsson 2014-04-28 13:00:20 -07:00
parent 9b9bd182ca
commit 1fdc965b34
1 changed files with 1 additions and 0 deletions

View File

@ -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