]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/fontutil.cpp
Added clipboard cut and paste
[wxWidgets.git] / src / mgl / fontutil.cpp
index 3fcbc396d81d5c5077ee3816b495ab46354b21d1..ff86adca539f553594ccdabbe23aef5f9e891f68 100644 (file)
@@ -245,7 +245,7 @@ wxMGLFontInstance *wxMGLFontLibrary::GetFontInstance(wxFont *font,
     {
         gs_antialiasingThreshold = 10;
 #if wxUSE_SYSTEM_OPTIONS
-        if ( wxSystemOptions::HasOption(wxT("mgl.aa-threshold") )
+        if ( wxSystemOptions::HasOption(wxT("mgl.aa-threshold")) )
             gs_antialiasingThreshold = 
                 wxSystemOptions::GetOptionInt(wxT("mgl.aa-threshold"));
         wxLogTrace("mgl_font", "AA threshold set to %i", gs_antialiasingThreshold);