Uploaded image for project: 'MediaPortal 1'
  1. MediaPortal 1
  2. MP1-2182

FlipX does not work

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.3.0 Alpha
    • 1.2.2
    • MediaPortal 1
    • None
    • Operating System: Windows 7
      Platform: Intel

    Description

      There is a cut and paste bug in GUIAnimation.cs :

      _images[index].MaskFileName = _maskFileName;
      _images[index].FlipY = _flipX;
      _images[index].FlipY = _flipY;

      should be changed to
             
      _images[index].MaskFileName = _maskFileName;
      _images[index].FlipX = _flipX;
      _images[index].FlipY = _flipY;

      h4. Steps to Reproduce
      in myHome.xml :
      <type>menu</type>
      what I did was something like this:
      <hover flipX = "true" diffuse = "Thumb_Mask.png"></hover>
      which did not work.

      Attachments

        Activity

          People

            sebastiii sebastiii
            sebastiii sebastiii
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: