Skip to content

Commit

Permalink
Merge pull request MRtrix3#829 from MRtrix3/mrview-patch-1
Browse files Browse the repository at this point in the history
mrview: display extended gbtable in properties box
  • Loading branch information
dchristiaens authored Nov 22, 2016
2 parents a59ea05 + 628b853 commit b7d9fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/dialog/image_properties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ namespace MR

auto DW_scheme = DWI::parse_DW_scheme (H);
if (DW_scheme.rows()) {
if (DW_scheme.cols() != 4) {
if (DW_scheme.cols() < 4) {
root->appendChild (new TreeItem ("Diffusion scheme", "(invalid)", root));
}
else {
Expand Down

0 comments on commit b7d9fad

Please sign in to comment.