R. Lahaye wrote: > > Angus, > > Polished a few tooltips texts in FormGraphics.C. > A tiny cosmetic change to the file tab of the dialog layout. > The rotateOrigin variable now defaults to <empty>. > > Patch attached. > Please apply. > > src/frontends/xforms/ChangeLog | 6 ++++++ > src/frontends/xforms/FormGraphics.C | 22 ++++++++++------------ > src/frontends/xforms/forms/form_graphics.fd | 10 +++++----- > src/insets/ChangeLog | 3 +++ > src/insets/insetgraphicsParams.C | 14 +++++++------- > 5 files changed, 31 insertions(+), 24 deletions(-)
Oh, oh, there's a bad redraw problem with Xforms dialogs. Could you please, please apply the above, *WITHOUT* patching form_graphics.fd! Instead apply the attached patch to a couple of fd files in forms. This is the problem: Although buttons may look OK in fdesign, their redraw behaviour is wrong in the real application. The difference (in fdesign) is illustrated by Bad.png and Good.png; attached. Only when the text of the button is surrounded by the red box, the text is properly redrawn in the application. However, this only applies to buttons that have text on the right side, not left side. Don't know whether this is bug or a feature !?!?! Please apply to fix this odd behaviour. Regards, Rob. PS: does "feature freeze" mean I should stop improving the layout of Xforms dialogs for a while, or does the freeze not apply to this sort of code improvements?
XformsRedraw.diff.gz
Description: application/gzip