GridCtrl: Fixed calling WhenEnter only inside LOG_CALLBACKS block

git-svn-id: svn://ultimatepp.org/upp/trunk@3562 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
unodgs 2011-06-26 09:19:57 +00:00
parent 27a17e5cce
commit 9955a511bd

View file

@ -5101,9 +5101,9 @@ bool GridCtrl::Key(dword key, int)
{
case K_ENTER:
ClearSelection();
WhenEnter();
#ifdef LOG_CALLBACKS
LGR(2, "WhenEnter()");
WhenEnter();
#endif
if(enter_like_tab)