mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
use new float wrappers
This commit is contained in:
parent
a150e52b18
commit
48c9317734
1 changed files with 2 additions and 2 deletions
|
@ -1894,8 +1894,8 @@
|
|||
{
|
||||
[aDecoder decodeValueOfObjCType: @encode(id) at: &_sound];
|
||||
[aDecoder decodeValueOfObjCType: @encode(id) at: &_backgroundColor];
|
||||
[aDecoder decodeValueOfObjCType: @encode(float) at: &_delayInterval];
|
||||
[aDecoder decodeValueOfObjCType: @encode(float) at: &_repeatInterval];
|
||||
_delayInterval = [aDecoder decodeFloat];
|
||||
_repeatInterval = [aDecoder decodeFloat];
|
||||
_bezel_style = (NSBezelStyle)[aDecoder decodeUInteger];
|
||||
_gradient_type = (NSGradientType)[aDecoder decodeUInteger];
|
||||
_image_dims_when_disabled = [aDecoder decodeBool];
|
||||
|
|
Loading…
Reference in a new issue