diff -r 9903a5edeb56 -r 737f8bb110be FontsTab.qml --- a/FontsTab.qml Wed May 28 21:31:03 2014 +0200 +++ b/FontsTab.qml Thu May 29 14:27:08 2014 +0200 @@ -34,7 +34,9 @@ onAccepted: { //console.log("Accepted: " + font); textFontDemoLowerCase.font = currentFont; + display.clear(); display.font = currentFont; + display.swapBuffers(); //textFontDemoUpperCase.font = currentFont; //textFontDemoDigits.font = currentFont; }