Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finding a string in the currently focused buffer no longer works #552

Open
Mohamed00 opened this issue Jul 12, 2023 · 0 comments
Open

Finding a string in the currently focused buffer no longer works #552

Mohamed00 opened this issue Jul 12, 2023 · 0 comments

Comments

@Mohamed00
Copy link
Contributor

Steps to reproduce.

  1. 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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant