]> git.saurik.com Git - wxWidgets.git/commitdiff
info
authorRyan Norton <wxprojects@comcast.net>
Sun, 26 Sep 2004 04:37:17 +0000 (04:37 +0000)
committerRyan Norton <wxprojects@comcast.net>
Sun, 26 Sep 2004 04:37:17 +0000 (04:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/textctrl.cpp

index d17000a39ad5902190873e559d7f6ba9de0c0507..d95006ca297d28f62692b358528b92dbf123f37c 100644 (file)
@@ -2473,6 +2473,16 @@ OSStatus wxMacMLTEClassicControl::DoCreate()
     return err;
 }
 
+//
+// HACKHACK: (RN)
+// Classic controls are not initially focused and
+// smaller ones are focused badly with the focus rect
+// this "fixes" the above issue - but there is probably a 
+// a better way.
+//
+// Still, on smaller text controls the focus rect is off
+//
+
 bool wxMacMLTEClassicControl::NeedsFocusRect() const 
 {
     return m_windowStyle & wxNO_BORDER ? false : true;