Skip to content

Commit

Permalink
Open CSV Import Mapped Field Dropdown List by Default (#2331)
Browse files Browse the repository at this point in the history
Closes #2331
  • Loading branch information
verglor authored and buchen committed Nov 29, 2024
1 parent ae7a408 commit 6034f16
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -914,6 +914,7 @@ else if (field instanceof EnumField)
else
{
mappedTo.getCombo().select(0);
Display.getDefault().timerExec(100, () -> mappedTo.getCombo().setListVisible(true));
}

return composite;
Expand Down

0 comments on commit 6034f16

Please sign in to comment.