Page MenuHomeWildfire Games

CList type fix
ClosedPublic

Authored by Silier on Jan 28 2018, 5:59 PM.

Details

Summary

There is inconstant line:
GUI<int>::SetSetting(this, "auto_scroll", false);
I fixed it to
GUI<bool>::SetSetting(this, "auto_scroll", false);

Test Plan

--

Diff Detail

Repository
rP 0 A.D. Public Repository
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Silier created this revision.Jan 28 2018, 5:59 PM
elexis accepted this revision.EditedJan 28 2018, 6:26 PM
elexis added a subscriber: elexis.
This revision is now accepted and ready to land.Jan 28 2018, 6:26 PM
This revision was automatically updated to reflect the committed changes.
Vulcan added a subscriber: Vulcan.Jan 28 2018, 6:52 PM

Successful build - Chance fights ever on the side of the prudent.

Updating workspaces...
Build (release)...
Build (debug)...
Running release tests...
Running cxxtest tests (309 tests).....................................................................................................................................................................................................................................................................................................................OK!
Running debug tests...
Running cxxtest tests (309 tests).....................................................................................................................................................................................................................................................................................................................OK!
Checking XML files...