mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Make updateLastEditor() protected for rdserver
This commit is contained in:
@@ -845,7 +845,7 @@ public class HintManagerImpl extends HintManager {
|
||||
return hintInfo;
|
||||
}
|
||||
|
||||
private void updateLastEditor(final Editor editor) {
|
||||
protected void updateLastEditor(final Editor editor) {
|
||||
if (myLastEditor != editor) {
|
||||
if (myLastEditor != null) {
|
||||
myLastEditor.removeEditorMouseListener(myEditorMouseListener);
|
||||
|
||||
Reference in New Issue
Block a user