Changeset 990 for trunk/gltext.py


Ignore:
Timestamp:
Jul 15, 2013 1:47:25 PM (10 years ago)
Author:
toby
Message:

mac fix for gltext; update docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gltext.py

    r987 r990  
    147147        texture. If you see any optimizations that could save time PLEASE CREATE A PATCH!!!
    148148        """
    149         # get a memory dc
     149        # get a memory dc and assign a temporary bitmap
    150150        dc = wx.MemoryDC()
     151        dc.SelectObject(wx.EmptyBitmap(100, 100))
    151152       
    152153        # set our font
Note: See TracChangeset for help on using the changeset viewer.