mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-13 19:49:36 +00:00
Remove port state, fix background not darkening in room editor
This commit is contained in:
@@ -1046,10 +1046,6 @@ void DrawCalendar (Rect *theRect)
|
||||
Rect bounds;
|
||||
THandle<BitmapImage> thePicture;
|
||||
Str255 monthStr;
|
||||
DrawSurface *wasCPort;
|
||||
|
||||
wasCPort = GetGraphicsPort();
|
||||
SetGraphicsPort(backSrcMap);
|
||||
|
||||
thePicture = PortabilityLayer::ResourceManager::GetInstance()->GetAppResource('PICT', kCalendarPictID).StaticCast<BitmapImage>();
|
||||
if (thePicture == nil)
|
||||
|
||||
Reference in New Issue
Block a user