Skip to content
Snippets Groups Projects
Commit ba3511f2 authored by Karsten Rink's avatar Karsten Rink
Browse files

fixed issue where surface mapping dialog for meshes would cause nullpointer excerption

parent 27a4475f
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ void MshEditDialog::nextButtonPressed()
void MshEditDialog::createWithRasters()
{
// _use_rasters=true is needed for this, this is the default setting however
this->_radioButtonBox->setEnabled(false);
//this->_radioButtonBox->setEnabled(false);
const QString selectText = (_n_layers>0) ?
"Please specify a raster file for mapping each layer:" :
"Please specify rasterfile for surface mapping:";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment