mirror of https://github.com/buggins/dlangui.git
caret blinking fixes
This commit is contained in:
parent
d8d3043dac
commit
aff7c94336
|
|
@ -981,7 +981,10 @@ class EditWidgetBase : ScrollWidgetBase, EditableContentListener, MenuItemAction
|
|||
_lastBlinkStartTs = currentTimeMillis;
|
||||
invalidate();
|
||||
//window.update(true);
|
||||
return focused;
|
||||
bool res = focused;
|
||||
if (!res)
|
||||
_caretTimerId = 0;
|
||||
return res;
|
||||
}
|
||||
if (id == _hoverTimer) {
|
||||
cancelHoverTimer();
|
||||
|
|
|
|||
Loading…
Reference in New Issue