Skip to content
Snippets Groups Projects
Commit 7a454f4d authored by Matthew D Jones's avatar Matthew D Jones
Browse files

Re #13463 All negative power scale exponent

parent c4237157
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ ColorBarWidget::ColorBarWidget(QWidget *parent)
ui.cmbScaleType->addItem(tr("logarithmic"));
ui.cmbScaleType->addItem(tr("power"));
m_colorMap.changeScaleType( GraphOptions::Linear );
ui.dspnN->setMinimum(-100.0);
ui.dspnN->setEnabled(false);
// Create and add the color bar
......
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