mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
startup measurer: rename to show frame, it's easier to find
GitOrigin-RevId: 0be15f946cf58a695fdea6e5da992dc082c02dac
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4533ddba4e
commit
10bce5efee
@@ -632,7 +632,7 @@ public class RecentProjectsManagerBase extends RecentProjectsManager implements
|
||||
}
|
||||
|
||||
if (!openPaths.isEmpty() && frame == null) {
|
||||
Activity activity = StartUpMeasurer.start("showFrame");
|
||||
Activity activity = StartUpMeasurer.start("show frame");
|
||||
frame = ((WindowManagerImpl)WindowManager.getInstance()).showFrame();
|
||||
activity.end();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user