VTi 11 does not support pixmap negative position ?

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • VTi 11 does not support pixmap negative position ?

      To me looks like VTi 11 does not support pixmap negative position. I compared the same screens to previous version and in VTi 9.0.3 negative value of pixmap position is supported.
      It alway starts from 0 no matter how big negative value is used.
      Does anyone know how to fix this?
      Bilder
      • 1.jpg

        328,64 kB, 1.280×720, 27 mal angesehen
      • 2.jpg

        457,65 kB, 1.920×1.080, 26 mal angesehen
      • 3.jpg

        51,44 kB, 720×405, 27 mal angesehen
      VU+ Zero - VTi 13.0.x
      VU+ DUO2 - VTi 13.0.x
      VU+ ULTIMO 4K - VTi 13.0.x

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von Ampersand ()

    • I found the code which causes that behaviour.

      Quellcode: skin.py

      1. def parseCoordinate(str, e, size = 0):
      2. ...
      3. if val < 0:
      4. val = 0
      5. ...

      What was the reason to do it this way? Sometimes negative value is really needed. Anyone knows how to baypass it without modifing skin.py?
      VU+ Zero - VTi 13.0.x
      VU+ DUO2 - VTi 13.0.x
      VU+ ULTIMO 4K - VTi 13.0.x