Skip to content

Commit

Permalink
#35 fixed set flag to checkbox in options during open
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Feb 25, 2023
1 parent 94c3a56 commit 59adf15
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ private void fillByDataContainer(final DataContainer data) {
this.comboTimingProfile.setSelectedItem(data.timingProfile);
this.checkEmulateFFport.setSelected(data.emulateFFport);
this.checkInterlacedScan.setSelected(data.interlacedScan);
this.checkTryLessResources.setSelected(data.tryLessResources);
this.checkSyncPaint.setSelected(data.syncPaint);
this.checkOldTvFilter.setSelected(data.oldTvFilter);
this.textCustomRomPath.setText(data.customRomPath);
Expand Down

0 comments on commit 59adf15

Please sign in to comment.