FontsTab.qml
changeset 15 737f8bb110be
parent 14 9903a5edeb56
     1.1 --- a/FontsTab.qml	Wed May 28 21:31:03 2014 +0200
     1.2 +++ b/FontsTab.qml	Thu May 29 14:27:08 2014 +0200
     1.3 @@ -34,7 +34,9 @@
     1.4          onAccepted: {
     1.5              //console.log("Accepted: " + font);
     1.6              textFontDemoLowerCase.font = currentFont;
     1.7 +            display.clear();
     1.8              display.font = currentFont;
     1.9 +            display.swapBuffers();
    1.10              //textFontDemoUpperCase.font = currentFont;
    1.11              //textFontDemoDigits.font = currentFont;
    1.12          }