mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-31 07:12:39 -06:00
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:
parent
66bf215fda
commit
ce0428efdb
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue