Rename handleStep to singleStep

This commit is contained in:
Graham Pentheny
2025-08-05 13:47:18 -04:00
parent 5cc17b8a39
commit af4e86f32f
3 changed files with 3 additions and 3 deletions

View File

@@ -278,7 +278,7 @@ void Sample::handleToggle()
}
}
void Sample::handleStep()
void Sample::singleStep()
{
if (tool)
{