Skip to content

Commit

Permalink
Disable color mode options when the stack view is set to "Standard Im…
Browse files Browse the repository at this point in the history
…ageJ". Closes #549.
  • Loading branch information
melissalinkert committed Sep 6, 2010
1 parent d8841e8 commit 11eec86
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -519,7 +519,7 @@ private void verifyOptions(Object src) {
// == Color options ==

// colorModeChoice
colorModeEnabled = !isStackImage5D && !isStackView5D;
colorModeEnabled = !isStackImage5D && !isStackView5D && !isStackStandard;
if (!colorModeEnabled) colorModeValue = ImporterOptions.COLOR_MODE_DEFAULT;

// autoscaleBox
Expand Down

0 comments on commit 11eec86

Please sign in to comment.