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

Bug in TFMain_11011981::miSearchStringClick #7

Closed
tmcdos opened this issue Jul 5, 2016 · 1 comment
Closed

Bug in TFMain_11011981::miSearchStringClick #7

tmcdos opened this issue Jul 5, 2016 · 1 comment

Comments

@tmcdos
Copy link

tmcdos commented Jul 5, 2016

In file TabStrings.cpp in function TFMain_11011981::miSearchStringClick there is the following piece of code

if (lbRTTIs->ItemIndex < 0)
  StringsSearchFrom = 0;
else
  StringsSearchFrom = lbStrings->ItemIndex; 

It is obvious that lbRTTIs should be actually lbStrings.

@crypto2011
Copy link
Owner

You are right

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

2 participants