]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/ogl/oglcanvas.py
Made metal theme a little faster.
[wxWidgets.git] / wxPython / contrib / ogl / oglcanvas.py
index 939bd9b18a79fa010fae533c9a1db895ea6747c3..c988e3860710f4cf5ccd1788086c8700b0e76157 100644 (file)
@@ -9,12 +9,16 @@ from windows import *
 
 from gdi import *
 
+from fonts import *
+
 from clip_dnd import *
 
 from events import *
 
 from streams import *
 
+from utils import *
+
 from mdi import *
 
 from frames import *
@@ -39,8 +43,6 @@ from sizers import *
 
 from filesys import *
 
-from utils import *
-
 from oglbasic import *
 import wx
 class wxDiagramPtr(wxObjectPtr):