quakespasm/MacOSX/UpdateButton.m
2010-12-16 17:37:07 -07:00

18 lines
312 B
Objective-C

//
// UpdateButton.m
// QuakeSpasm
//
// Created by Kristian Duske on 01.08.10.
// Copyright 2010 __MyCompanyName__. All rights reserved.
//
#import "UpdateButton.h"
@implementation UpdateButton
- (void)resetCursorRects {
[self addCursorRect:[self bounds] cursor:[NSCursor pointingHandCursor]];
}
@end