mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[threading] IJPL-235235: Add missing read access
GitOrigin-RevId: ad00d287289517e29123ecf667dfce1df07f1456
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b6d0d4ef09
commit
ba252ff50a
@@ -76,7 +76,9 @@ public final class PropertyInspector extends JPanel{
|
||||
new ActionListener() {
|
||||
@Override
|
||||
public void actionPerformed(final ActionEvent e) {
|
||||
myInspectorTable.setShowExpertProperties(chkShowExpertProperties.isSelected());
|
||||
WriteIntentReadAction.run(() -> {
|
||||
myInspectorTable.setShowExpertProperties(chkShowExpertProperties.isSelected());
|
||||
});
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user