mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
don't remove recent project panel on speed search
This commit is contained in:
+1
-1
@@ -209,7 +209,7 @@ public class FlatWelcomeFrame extends JFrame implements IdeFrame {
|
||||
}
|
||||
|
||||
private void removeIfNeeded() {
|
||||
if (projectsList.getModel().getSize() == 0) {
|
||||
if (RecentProjectsManager.getInstance().getRecentProjectsActions(false).length == 0) {
|
||||
FlatWelcomeScreen.this.remove(recentProjects);
|
||||
FlatWelcomeScreen.this.revalidate();
|
||||
FlatWelcomeScreen.this.repaint();
|
||||
|
||||
Reference in New Issue
Block a user