[DEV] set set focus back
This commit is contained in:
parent
cfc2082d02
commit
e802c14182
@ -185,6 +185,10 @@ public class WidgetManager {
|
||||
return;
|
||||
}
|
||||
this.focusWidgetCurrent = new WeakReference<>(newWidget);
|
||||
if (newWidget != null) {
|
||||
Log.debug("Set focus on WidgetID=" + newWidget.getId() );
|
||||
newWidget.setFocus();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user