File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
plugins/robots/common/twoDModel/src/engine/view Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -610,8 +610,6 @@ void TwoDModelWidget::speedDown()
610610
611611void 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 );
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments