Explorar o código

change ui/ADCIntelligentShow. default lane from 3 to default 1, can change in xml.

yuchuli %!s(int64=3) %!d(string=hai) anos
pai
achega
de40cc7614
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/ui/ADCIntelligentShow_grpc/adcintelligentshow.cpp

+ 1 - 1
src/ui/ADCIntelligentShow_grpc/adcintelligentshow.cpp

@@ -1064,7 +1064,7 @@ void ADCIntelligentShow::on_pushButton_go_clicked()
     xodrobj xo;
     xo.flon = gvectorpos[mnStationIndex].mflon;
     xo.flat = gvectorpos[mnStationIndex].mflat;
-    xo.lane = 3;
+    xo.lane = 1;
 
 #ifndef Android
     iv::modulecomm::ModuleSendMsg(mpadst,(char *)&xo,sizeof(xodrobj));