Page MenuHomeWildfire Games

Atlas: Cleanup horizontal alignment flags (ignored)
ClosedPublic

Authored by Clockwork-Muse on Aug 22 2017, 12:18 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 11, 9:38 AM
Unknown Object (File)
Mon, Sep 9, 2:17 AM
Unknown Object (File)
Fri, Sep 6, 4:09 AM
Unknown Object (File)
Thu, Sep 5, 10:09 AM
Unknown Object (File)
Thu, Sep 5, 2:45 AM
Unknown Object (File)
Wed, Aug 28, 5:22 PM
Unknown Object (File)
Tue, Aug 27, 3:42 PM
Unknown Object (File)
Thu, Aug 22, 2:24 AM
Subscribers
None

Details

Summary

Atlas: Cleanup horizontal alignment flags being ignored.

Test Plan

Start Atlas with a debug build, built with wxWidgets 3.1 or later. Debug warnings about ignored flags no longer appear.

Diff Detail

Repository
rP 0 A.D. Public Repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Good diff! I'll test it at the evening.

vladislavbelov requested changes to this revision.EditedAug 22 2017, 5:21 PM

Asserts on starts are disappeared. But there are asserts on the Terrain tab (TerrainNotebook).

wxWidget 3.1.

This revision now requires changes to proceed.Aug 22 2017, 5:21 PM

Remove offending Center option.

(Previously I'd actually removed Expand, but that was one of the comments on the old review. Not sure how I missed that the error was back)

Few notes:

  • There is a conflict for the Terrain.cpp file.
  • Bump year for source/tools/atlas/AtlasUI/CustomControls/MapDialog/MapDialog.cpp, source/tools/atlas/AtlasUI/ScenarioEditor/Tools/Common/Brushes.cpp
  • Please, use a command like svn diff --diff-cmd diff -x "-U 99999" > changes.patch to create a patch, to easier see the context of any place.

But after I fixed the conflict, I compiled it and it works.

This revision is now accepted and ready to land.Aug 29 2017, 12:51 PM
This revision was automatically updated to reflect the committed changes.