mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
cr-IDEA-994 EA-220421 - SOE: Presentation.getDescription
GitOrigin-RevId: c01815ccfafb3087768704cd46537b90812c3124
This commit is contained in:
committed by
intellij-monorepo-bot
parent
282fb30194
commit
1b45f20ced
@@ -364,7 +364,7 @@ public final class Presentation implements Cloneable {
|
||||
if (presentation == this) return;
|
||||
|
||||
setTextWithMnemonic(presentation.getTextWithPossibleMnemonic());
|
||||
setDescription(() -> presentation.getDescription());
|
||||
setDescription(presentation.myDescriptionSupplier);
|
||||
setIcon(presentation.getIcon());
|
||||
setSelectedIcon(presentation.getSelectedIcon());
|
||||
setDisabledIcon(presentation.getDisabledIcon());
|
||||
|
||||
Reference in New Issue
Block a user