Skip to content

Commit

Permalink
Fix the backporting
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Aug 20, 2024
1 parent 5ee4dc4 commit 90505ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/frontend/widgets/pixmapdial.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
from PyQt5.QtWidgets import QDial

from .commondial import CommonDial
from carla_shared import fontMetricsHorizontalAdvance

# ---------------------------------------------------------------------------------------------------------------------
# Widget Class
Expand Down
1 change: 1 addition & 0 deletions source/frontend/widgets/scalabledial.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
from PyQt5.QtSvg import QSvgWidget

from .commondial import CommonDial
from carla_shared import fontMetricsHorizontalAdvance

# ---------------------------------------------------------------------------------------------------------------------
# Widget Class
Expand Down

0 comments on commit 90505ec

Please sign in to comment.