Skip to content

Commit

Permalink
Merge pull request micro-manager#1901 from micro-manager/fix-acq-mult…
Browse files Browse the repository at this point in the history
…i-reg

Fix AcquireMultipleRegions for TileCreator change
  • Loading branch information
marktsuchida authored Feb 23, 2024
2 parents 1cc660f + fe4b1cd commit dbbe02d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public AcquireMultipleRegionsForm(Studio gui) {
rlm_ = new RegionListModel();
gui_ = gui;
mmc_ = gui_.core();
tileCreator_ = new TileCreator(mmc_);
tileCreator_ = new TileCreator(mmc_, this.getRootPane());
initComponents();
currentRegion_ =
new Region(new PositionList(), directoryText.getText(), filenameText.getText());
Expand Down

0 comments on commit dbbe02d

Please sign in to comment.