Files
openide/platform
Aleksey Pivovarov 838c1756be ui: fix mnemonics rendering in modal dialogs opened via context menu
`FocusManager.getFocusOwner()` in such modal dialogs is being overwritten
by `FocusManager.runOnOwnContext()` from menu. This causes `repaintMnemonics`
to be called on wrong component - from parent `IdeFrameImpl`, rather than from active `DialogWrapper`.
Thus, buttons are not being properly repainted on "Alt" key press/release.
2018-09-18 14:51:17 +03:00
..
2018-09-18 12:58:32 +02:00