Skip to content

Commit 9deadf3

Browse files
authored
Disbale focus of file list in case of focus lose (#3527)
1 parent 8e33836 commit 9deadf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/src/com/microsoft/azuretools/ijidea/ui/SrvPriCreationStatusDialog.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ public boolean isCellEditable(int row, int column) {
114114
filesList.setLayoutOrientation(JList.VERTICAL);
115115
filesList.setVisibleRowCount(-1);
116116
filesList.setModel(filesListModel);
117+
filesList.setFocusable(false);
117118

118119
init();
119120
}

0 commit comments

Comments
 (0)