changeset 850:1a7c8d210b18

Changed the Render widget superclass from NSView to NSControl to allow it to function more like a normal control.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 31 Mar 2011 03:35:31 +0000
parents 39a74ebfdd0d
children 5b663261b76c
files mac/dw.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;