Removed obsolete symbols from comments.

This commit is contained in:
Catalin
2016-02-21 10:39:19 +02:00
parent cd4942bf8a
commit 338629e314
19 changed files with 38 additions and 62 deletions

View File

@@ -2303,7 +2303,7 @@ void wxComboCtrlBase::ShowPopup()
// by, for instance, adding check to window.cpp:wxWindowMSW::MSWProcessMessage
// that if transient popup is open, then tab traversal is to be ignored.
// However, I think this code would still be needed for cases where
// transient popup doesn't work yet (wxWinCE?).
// transient popup doesn't work yet.
wxWindow* mainCtrl = GetMainWindowOfCompositeControl();
wxWindow* parent = mainCtrl->GetParent();
int parentFlags = parent->GetWindowStyle();