]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/bookctrl.cpp
updates from Adrián González Alba
[wxWidgets.git] / src / common / bookctrl.cpp
index d1e7bcbe019159228f25cc4b62627632e1312470..c0b1eedd9cdc1f7e03beaa4023c2ff2d746e155d 100644 (file)
@@ -172,7 +172,7 @@ void wxBookCtrlBase::OnHelp(wxHelpEvent& event)
     // if the event object == this because the book control can have other
     // subcontrols inside it (e.g. wxSpinButton in case of a notebook in wxUniv)
     wxWindow *source = wxStaticCast(event.GetEventObject(), wxWindow);
-    while ( source && source->GetParent() != this )
+    while ( source && source != this && source->GetParent() != this )
     {
         source = source->GetParent();
     }