fixed bool browsing bug, sf bug #652591
This commit is contained in:
parent
067d734f9e
commit
61fcf76294
|
@ -504,6 +504,7 @@ class Browser:
|
|||
SIMPLE_TYPES = (
|
||||
type(None),
|
||||
int,
|
||||
bool,
|
||||
long,
|
||||
float,
|
||||
complex,
|
||||
|
|
Loading…
Reference in New Issue