[Bug] min_size
/max_size
for window items are cast as a sequence of floats in get_item_configuration
#1591
Labels
priority: medium
medium priority
state: ready
Fixed/Added and will be present in an upcoming release
type: bug
bug
DearPyGui v1.3.1
Operating System: Windows 10
Issue
The list of values returned for
min_size
andmax_size
for window items inget_item_configuration
are floats. However,add_window
,window
, andconfigure_item
commands enforce a list/tuple of integers. The type hint foradd_window
andwindow
also specify sequences of integers.Example
Adding the following will result in a SystemError:
The text was updated successfully, but these errors were encountered: