mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.removed DDUMPs
git-svn-id: svn://ultimatepp.org/upp/trunk@8904 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
44a348631d
commit
6d69cc9e7b
1 changed files with 1 additions and 2 deletions
|
|
@ -176,8 +176,7 @@ void Ctrl::SetCaret(int x, int y, int cx, int cy)
|
|||
|
||||
void Ctrl::SyncCaret() {
|
||||
GuiLock __;
|
||||
DLOG("SyncCaret");
|
||||
DDUMP(Name(FocusCtrl()));
|
||||
LLOG("SyncCaret");
|
||||
if(focusCtrl != caretCtrl) {
|
||||
LLOG("SyncCaret DO " << Upp::Name(caretCtrl) << " -> " << Upp::Name(focusCtrl));
|
||||
RefreshCaret();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue