From: Vadim Zeitlin Date: Thu, 21 Mar 2002 02:35:45 +0000 (+0000) Subject: removed som obsolete TODO comments X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/95e9b72bf4c4da413f28dd4f559dc14a83c292f8 removed som obsolete TODO comments git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/univ/combobox.cpp b/src/univ/combobox.cpp index 216ea60c58..b8b6fc8435 100644 --- a/src/univ/combobox.cpp +++ b/src/univ/combobox.cpp @@ -9,16 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -/* - TODO: - - +1. typing in the text should select the string in listbox - +2. scrollbars in listbox are unusable - +3. the initially selected item is not selected - ?4. kbd interface (what does GTK do?) - 5. there is still autoscrolling without scrollbars - but is it bad? - */ - // ============================================================================ // declarations // ============================================================================