Skip to content
  • Ell's avatar
    Issue #4172 - Gimp doesn't store negative values between sessions (Text Tool) · 38fff3b6
    Ell authored
    In gimp_config_deserialize_fundamental(), cast integer token values
    to the target value type *before* negating them, to avoid
    performing unsigned negation, which can result in a positive value
    when cast to the target value type (in particular, when the target
    value type is float/double).
    38fff3b6