wip
This commit is contained in:
@@ -1416,21 +1416,21 @@ void AnnotatedCameraWidget::paintFrogPilotWidgets(QPainter &p) {
|
||||
drawSLCConfirmation(p);
|
||||
}
|
||||
|
||||
bool enableCompass = compass && !hideBottomIcons;
|
||||
// bool enableCompass = compass && !hideBottomIcons;
|
||||
// compass_img->setVisible(enableCompass);
|
||||
// if (enableCompass) {
|
||||
// compass_img->updateState();
|
||||
// bottom_layout->setAlignment(compass_img, (rightHandDM ? Qt::AlignLeft : Qt::AlignRight));
|
||||
// }
|
||||
|
||||
bool enableDistanceButton = onroadDistanceButton && !hideBottomIcons;
|
||||
// bool enableDistanceButton = onroadDistanceButton && !hideBottomIcons;
|
||||
// distance_btn->setVisible(enableDistanceButton);
|
||||
// if (enableDistanceButton) {
|
||||
// distance_btn->updateState();
|
||||
// bottom_layout->setAlignment(distance_btn, (rightHandDM ? Qt::AlignRight : Qt::AlignLeft));
|
||||
// }
|
||||
|
||||
bool enablePedalIcons = scene.pedals_on_ui && !bigMapOpen;
|
||||
// bool enablePedalIcons = scene.pedals_on_ui && !bigMapOpen;
|
||||
// pedal_icons->setVisible(enablePedalIcons);
|
||||
// if (enablePedalIcons) {
|
||||
// pedal_icons->updateState();
|
||||
|
||||
Reference in New Issue
Block a user