# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1301542531 0 # Node ID 1a7c8d210b18648558374f74ac538c003b86db1a # Parent 39a74ebfdd0dd34c213574e8f068e0254cc7b1d9 Changed the Render widget superclass from NSView to NSControl to allow it to function more like a normal control. diff -r 39a74ebfdd0d -r 1a7c8d210b18 mac/dw.m --- a/mac/dw.m Thu Mar 31 01:46:46 2011 +0000 +++ b/mac/dw.m Thu Mar 31 03:35:31 2011 +0000 @@ -981,7 +981,7 @@ @end /* Subclass for a render area type */ -@interface DWRender : NSView +@interface DWRender : NSControl { void *userdata; NSFont *font;