Skip to content

Commit

Permalink
Revert interval change
Browse files Browse the repository at this point in the history
  • Loading branch information
acpaquette committed Jun 3, 2024
1 parent 0e3b635 commit 33ed474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isis/src/qisis/objs/CubeViewport/CubeViewport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ namespace Isis {

p_pixmapPaintRects = new QList<QRect *>();
p_progressTimer = new QTimer();
p_progressTimer->setInterval(20);
p_progressTimer->setInterval(250);

p_knownStretches = new QVector< Stretch * >();
p_globalStretches = new QVector< Stretch * >();
Expand Down

0 comments on commit 33ed474

Please sign in to comment.