Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
and Sc2
|
|
|
|
|
|
statics, remove unnecessary Picture allocation
|
|
|
|
Fixes Trac#10316.
|
|
|
|
graphics code
|
|
|
|
|
|
|
|
|
|
_bitmap is initialized with new, so it needs to be freed with delete,
not free()
|
|
|
|
|
|
|
|
Fixes part of bug #9654.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
At the moment, it seems like bitmaps aren't ever deleted though?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
correctly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|