Skip to content

Commit

Permalink
Open CSV Import Mapped Field Dropdown List by Default (portfolio-perf…
Browse files Browse the repository at this point in the history
  • Loading branch information
verglor committed Nov 2, 2024
1 parent ccd521e commit 46290a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,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 46290a0

Please sign in to comment.