lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5234] Improve documentation (VS)


From: Greg Chicares
Subject: [lmi-commits] [5234] Improve documentation (VS)
Date: Sun, 07 Aug 2011 21:29:54 +0000

Revision: 5234
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5234
Author:   chicares
Date:     2011-08-07 21:29:53 +0000 (Sun, 07 Aug 2011)
Log Message:
-----------
Improve documentation (VS)

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/input_sequence_entry.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2011-08-07 16:18:27 UTC (rev 5233)
+++ lmi/trunk/ChangeLog 2011-08-07 21:29:53 UTC (rev 5234)
@@ -28163,3 +28163,9 @@
 Set default pushbutton to improve keyboard navigation. See:
   http://lists.nongnu.org/archive/html/lmi/2011-07/msg00013.html
 
+20110807T2129Z <address@hidden> [637]
+
+  input_sequence_entry.cpp
+Improve documentation (VS). See:
+  http://lists.nongnu.org/archive/html/lmi/2011-07/msg00030.html
+

Modified: lmi/trunk/input_sequence_entry.cpp
===================================================================
--- lmi/trunk/input_sequence_entry.cpp  2011-08-07 16:18:27 UTC (rev 5233)
+++ lmi/trunk/input_sequence_entry.cpp  2011-08-07 21:29:53 UTC (rev 5234)
@@ -1192,6 +1192,8 @@
 
 void InputSequenceTextCtrl::UponKillFocus(wxFocusEvent& event)
 {
+    // Don't notify the parent (and thus wxDataViewCtrl) of focus change if
+    // it's within this InputSequenceEntry composite control.
     if(0 == event.GetWindow() || event.GetWindow()->GetParent() != GetParent())
         GetParent()->ProcessWindowEvent(event);
     event.Skip();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]