Fixes #965. Broken buttons
@@ -148,6 +148,8 @@ namespace Terminal.Gui {
if (Width is Dim.DimCombine) {
// It's a Dim.DimCombine and so can't be assigned. Let it have it's own anchor.
w = Width.Anchor (w);
+ } else {
+ Width = w;
}
Height = 1;
Frame = new Rect (Frame.Location, new Size (w, 1));