textctrl.cpp: Removed assert from CanRedo/CanUndo since the best behaviour is
authorJulian Smart <julian@anthemion.co.uk>
Mon, 13 May 2002 16:54:32 +0000 (16:54 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 13 May 2002 16:54:32 +0000 (16:54 +0000)
commit4855a4773e9a49c6bb70f1adc3da7109e0b6ccf7
tree154b8c7dbbb33e56340ffe2c9c14780ff799639f
parentb0091f58f89adc3c3ced38353aedffa0effde17f
textctrl.cpp: Removed assert from CanRedo/CanUndo since the best behaviour is
to return FALSE (Redo/Undo functions are unimplemented)
treectrlg.cpp: in InsertItem, allow previous item to be null in order
to insert at first position of possibly-empty child list
dcclient.cpp: allow setting of null font (common espec. on Windows)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/treectlg.cpp
src/gtk/dcclient.cpp
src/gtk/textctrl.cpp
src/gtk1/dcclient.cpp
src/gtk1/textctrl.cpp