Jump to content

FM16: How to fix this widget? [Profile Positions]


ArtDekDok

Recommended Posts

After change id and add <record id="object_property" get_property="objt" set_property="objt"/>, It works.

before

   <widget class="player_positions_indicator_panel" id="ppi1" file="player positions indicator small horizontal" late_loading="true">
     <translation id="title" translation_id="230082" type="use" value="Positions" />
   </widget>

after

   <widget class="player_positions_indicator_panel" id="ppsh" file="player positions indicator small horizontal" late_loading="true">
     <translation id="title" translation_id="230082" type="use" value="Positions" />
     <record id="object_property" get_property="objt" set_property="objt"/>
   </widget>

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...