Skip to content
Snippets Groups Projects
Commit 3e68a023 authored by Verena Reimund's avatar Verena Reimund
Browse files

Clang format Refs #23486

parent 43aba8fb
No related branches found
No related tags found
No related merge requests found
......@@ -211,8 +211,9 @@ void RotationSurface::findAndCorrectUGap() {
double bin_width = fabs(m_u_max - m_u_min) / (nbins - 1);
if (bin_width == 0.0) {
QApplication::setOverrideCursor(QCursor(Qt::ArrowCursor));
QMessageBox::warning(nullptr, tr("MantidPlot - Instrument view warning"),
tr("Rotation surface: failed to build unwrapped surface"));
QMessageBox::warning(
nullptr, tr("MantidPlot - Instrument view warning"),
tr("Rotation surface: failed to build unwrapped surface"));
QApplication::restoreOverrideCursor();
m_u_min = 0.0;
m_u_max = 1.0;
......
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