We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 011f901 commit 1f1cdcfCopy full SHA for 1f1cdcf
1 file changed
src/basegui.cpp
@@ -4923,6 +4923,11 @@ void BaseGui::leftButtonReleaseFunction() {
4923
4924
void BaseGui::rightClickFunction() {
4925
qDebug("BaseGui::rightClickFunction");
4926
+ if (pref->enable_pressed_speed) {
4927
+ if (core->mset.speed != 1.0) {
4928
+ core->setSpeed(1.0);
4929
+ }
4930
4931
4932
if (!pref->mouse_right_click_function.isEmpty()) {
4933
processFunction(pref->mouse_right_click_function);
0 commit comments