10:51:18 AM: File "C:\Users\Ian-17\PycharmProjects\boa-constructor\Views\SourceViews.py", line 467, in OnSTCSettings
self.PopupMenu(menu, s.x/2, s.y/2)
10:51:18 AM: TypeError: Window.PopupMenu(): arguments did not match any overloaded call:
overload 1: argument 2 has unexpected type 'float'
overload 2: argument 2 has unexpected type 'float'
The error message is; 10:51:18 AM: Traceback (most recent call last):
10:51:18 AM: File "C:\Users\Ian-17\PycharmProjects\boa-constructor\Views\SourceViews.py", line 467, in OnSTCSettings self.PopupMenu(menu, s.x/2, s.y/2)
10:51:18 AM: TypeError: Window.PopupMenu(): arguments did not match any overloaded call: overload 1: argument 2 has unexpected type 'float' overload 2: argument 2 has unexpected type 'float'