Skip to content

Commit db3af7f

Browse files
committed
Fix small typo
1 parent c706351 commit db3af7f

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

plugins/robots/common/twoDModel/src/engine/view/twoDModelWidget.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,8 +610,6 @@ void TwoDModelWidget::speedDown()
610610

611611
void TwoDModelWidget::checkSpeedButtons()
612612
{
613-
mUi->speedUpButton->setEnabled(static_cast<unsigned>(mCurrentSpeed)
614-
< (sizeof(speedFactors)/sizeof(speedFactors[0])) - 1);
615613
mUi->speedUpButton->setEnabled(
616614
static_cast<unsigned>(mCurrentSpeed) < (sizeof(speedFactors)/sizeof(speedFactors[0])) - 1);
617615
mUi->speedDownButton->setEnabled(mCurrentSpeed > 0);

qrtranslations/fr/plugins/robots/twoDModel_fr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@
734734
<translation type="unfinished"></translation>
735735
</message>
736736
<message>
737-
<location line="+336"/>
737+
<location line="+334"/>
738738
<source>Hide details</source>
739739
<translation type="unfinished"></translation>
740740
</message>

qrtranslations/ru/plugins/robots/twoDModel_ru.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@
10851085
<translation type="vanished">Попытка загрузить слишком большое изображение может заморозить выполнение на некоторое время. Продолжить?</translation>
10861086
</message>
10871087
<message>
1088-
<location line="+336"/>
1088+
<location line="+334"/>
10891089
<source>Hide details</source>
10901090
<translation>Скрыть детали</translation>
10911091
</message>

0 commit comments

Comments
 (0)