diff mac/dw.m @ 1442:02a329b2b0cd

Added groupbox perfomance improvement to Windows and OS/2 that was missed when importing from the Mac. Only calculate the groupbox border size on the first pass.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 08 Dec 2011 21:58:02 +0000
parents bde7ebced556
children 0d4fdf646caf
line wrap: on
line diff
--- a/mac/dw.m	Thu Dec 08 11:43:28 2011 +0000
+++ b/mac/dw.m	Thu Dec 08 21:58:02 2011 +0000
@@ -2428,7 +2428,7 @@
     if(thisbox->grouphwnd)
     {
         /* Only calculate the size on the first pass...
-         * used the cached values on second.
+         * use the cached values on second.
          */
         if(pass == 1)
         {