Vincent van Ravesteijn schreef:
Solving:
- The GuiTabular dialog has an auto-apply policy. The buttoncontroller
however changes the Close button into Cancel, while pressing Cancel
does apply the settings. Therefore I added a new ButtonPolicy:
AutoApplyPolicy.
- When editing the width edit field is not finished by an enter but by
tab, a mouseclick or something else, the value is not applied.
- The default of valign is TOP and not MIDDLE. This is defined in
various constructors in InsetTabular.cpp.
OK to apply in trunk and branch ?
Vincent
On second thought, the AutoApplyPolicy is unnecessary. I could just use
the IgnorantPolicy without adding the close button to the buttoncontroller.
I think the rest of the patch is ok.
Vincent