Commit 8861303e authored by Andrey Filippov's avatar Andrey Filippov

added WindowTools.addScrollBars(gd) to debugDerivativers to handle long dialogs

parent 1428f17d
......@@ -9383,6 +9383,7 @@ M * V = B
}
if (debugDerivatives) gd.addNumericField("Select delta to increment selected parameter", .001, 5);
if (debugDerivatives) gd.addCheckbox("Show inter-parameter derivatives matrix", true);
WindowTools.addScrollBars(gd);
gd.showDialog();
if (gd.wasCanceled()) return;
int selectedParameter= (int) gd.getNextNumber();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment