You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the find the string in the currently focused buffer option.;
Expected.
The find dialog should open.
Actual.
The find dialog doesn't open and the following traceback is displayed.
Traceback (most recent call last):
File "C:\twblue\src\controller\mainController.py", line 355, in find
dlg = dialogs.find.findDialog(string)
AttributeError: module 'wxUI.dialogs' has no attribute 'find'
The text was updated successfully, but these errors were encountered:
Steps to reproduce.
Expected.
The find dialog should open.
Actual.
The find dialog doesn't open and the following traceback is displayed.
Traceback (most recent call last):
File "C:\twblue\src\controller\mainController.py", line 355, in find
dlg = dialogs.find.findDialog(string)
AttributeError: module 'wxUI.dialogs' has no attribute 'find'
The text was updated successfully, but these errors were encountered: