]> git.mxchange.org Git - flightgear.git/commit
Jim Wilson:
authorehofman <ehofman>
Fri, 23 Jul 2004 07:36:32 +0000 (07:36 +0000)
committerehofman <ehofman>
Fri, 23 Jul 2004 07:36:32 +0000 (07:36 +0000)
commit1a87ef23f5fbb0743360650af620d8686a367491
treedaab4c55cbf242fa4a8442c090b029946dc389c9
parentef84402da1c26fc941fc205e554b4f313e331443
Jim Wilson:

This is a workaround for an issue where the xml dialogs were shrinking on
subsequent pops.

Andy Ross says:

That looks like it should be fine for a release-time workaround.  The
2 pixel border on dialogs is at best a minor feature, and probably
invisible since the sub-frames all have their own padding.

Clearly the right fix would be to find out where the code is getting
confused by the previous layout.  In principle, the layout should be
idempotent: if you don't change the layout constraints, it shouldn't
change its layout.  There's still a bug in there somewhere.
src/GUI/layout.cxx