Results 12 comments of Ron Tang

It looks like the arrow is drawing in draw_engine.py ```python def draw_dropdown_arrow(self, x_position: Union[int, float], y_position: Union[int, float], size: Union[int, float]) : x_position, y_position, size = round(x_position), round(y_position), round(size) requires_recoloring...

I have the same problem with version 9.3.0. I can't use negative coordinates to draw a line.