Skip to content

Commit af61830

Browse files
authored
Merge pull request #13 from rollno748/csv-config-2.0
Autoallocate fix default selection fix
2 parents 95b141b + bd4c2e0 commit af61830

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/di/jmeter/config/gui/ExtendedCsvDataSetConfigGui.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ private void init() {
197197
ooValueCBox.setEnabled(true);
198198
allocateConfigPanel.setEnabled(false);
199199
allocateBlockConfigBoxPanel.setEnabled(false);
200+
autoAllocateRButton.setSelected(true);
200201
autoAllocateRButton.setEnabled(false);
201202
autoAllocateLabel.setEnabled(false);
202-
autoAllocateRButton.setSelected(false);
203203
allocateRButton.setEnabled(false);
204204
allocateLabel1.setEnabled(false);
205205
allocateLabel2.setEnabled(false);

0 commit comments

Comments
 (0)