XWorkstation.st
changeset 6958 5b5a6800adf4
parent 6904 eff65cefac62
child 6975 da4fb0542fca
--- a/XWorkstation.st	Sun Oct 04 21:19:46 2015 +0200
+++ b/XWorkstation.st	Sun Oct 04 21:20:22 2015 +0200
@@ -2263,6 +2263,9 @@
 !
 
 destroyView:aViewOrNil withId:aWindowId
+    XftFontDescription notNil ifTrue:[
+        XftFontDescription aboutToDestroyViewWithDevice:self id:aWindowId.
+    ].
     self primDestroyViewWithId:aWindowId.
     self removeKnownView:aViewOrNil withId:aWindowId.
 !