We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2aa5f2 + 2f08279 commit dbefa1bCopy full SHA for dbefa1b
src/main/kotlin/com/github/adrienpessu/sarifviewer/toolWindow/SarifViewerWindowFactory.kt
@@ -205,7 +205,6 @@ class SarifViewerWindowFactory : ToolWindowFactory {
205
jToolBar.alignmentX = Component.LEFT_ALIGNMENT
206
jToolBar.add(refreshButton)
207
208
- jToolBar.add(selectList)
209
selectList.addActionListener { event ->
210
val comboBox = event.source as JComboBox<*>
211
if (event.actionCommand == "comboBoxChanged" && comboBox.selectedItem != null) {
@@ -227,6 +226,8 @@ class SarifViewerWindowFactory : ToolWindowFactory {
227
226
}
228
229
+ jToolBar.add(selectList)
230
+
231
add(jToolBar)
232
233
add(splitPane)
0 commit comments