more bug fixes for the rest of the extensions
This commit is contained in:
@@ -11,7 +11,7 @@ type Size struct {
|
||||
|
||||
// newFixedSize creates a new Size with some fixed and known value.
|
||||
func newFixedSize(fixed uint) Size {
|
||||
return Size{&Value{v: fixed}}
|
||||
return Size{&Value{v: int(fixed)}}
|
||||
}
|
||||
|
||||
// newExpressionSize creates a new Size with some expression.
|
||||
|
||||
Reference in New Issue
Block a user