Author Topic: Request: Make some members and methods of UIPopupList protected  (Read 8127 times)

chrisfirefox

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 2
  • Posts: 9
    • View Profile
Request: Make some members and methods of UIPopupList protected
« on: September 09, 2016, 04:21:52 AM »
I've written a class derived from UIPopupList which uses all its functionality and makes only some very minor changes, since the base is already very good ;). But on every update I have to modify UIPopupList.cs to make some members and methods protected, so maybe you could incorporate these changes into your next update so I can save a little time, thanks!

Static Members to be made protected
  • mChild
Properties
  • isValid
  • activeFontSize
  • activeFontScale
Methods
  • Animate

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Request: Make some members and methods of UIPopupList protected
« Reply #1 on: September 09, 2016, 02:52:26 PM »
Will do.

chrisfirefox

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 2
  • Posts: 9
    • View Profile
Re: Request: Make some members and methods of UIPopupList protected
« Reply #2 on: September 12, 2016, 06:54:00 AM »
Thanks :)