mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-96147 DirDiff doesn't update diff panel on enter
(cherry picked from commit 0964928178375a73c5b60dbdf88db9697f98a99c)
This commit is contained in:
@@ -156,6 +156,7 @@ public class DirDiffTableModel extends AbstractTableModel implements DirDiffMode
|
||||
|
||||
public void updateFromUI() {
|
||||
getSettings().setFilter(myPanel.getFilter());
|
||||
myPanel.update(false);
|
||||
}
|
||||
|
||||
public boolean isOperationsEnabled() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2000-2011 JetBrains s.r.o.
|
||||
* Copyright 2000-2012 JetBrains s.r.o.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -53,6 +53,7 @@ public abstract class DirDiffAction extends ToggleAction implements ShortcutProv
|
||||
}
|
||||
}
|
||||
}
|
||||
getModel().updateFromUI();
|
||||
}
|
||||
|
||||
protected boolean isFullReload() {
|
||||
|
||||
Reference in New Issue
Block a user