terop / newt

Forked from newt 6 years ago
Clone

e46fc86 Use correct python C-API value type for SingleRadioButton value

Authored and Committed by terop 6 years ago
1 file changed. 4 lines added. 0 lines removed.
    Use correct python C-API value type for SingleRadioButton value
    
    The commit 7cdac0c broke SingleRadioButton select() method on 64 bit
    machines. The widget_get_radioValue() returns 32bit integer while it
    is compared to 64 bit key.
    
    Use correct python C-API value type for SingleRadioButton value
    in 64 bit build
    
    closes newt#1
    
        
file modified
+4 -0