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

error compilacao por solution: 'getMapWidget': is not a member of 'UIManager' #672

Closed
1 of 5 tasks
luanluciano93 opened this issue Dec 8, 2023 · 1 comment · Fixed by #673
Closed
1 of 5 tasks
Labels
Priority: Low Minor impact Status: Pending Test This PR or Issue requires more testing Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@luanluciano93
Copy link
Collaborator

Priority

Low

Area

  • Data
  • Source
  • Docker
  • Other

What happened?

Severity Code Description Project File Line Suppression State Details
Error C2039 'getMapWidget': is not a member of 'UIManager' otclient ....\src\client\tile.cpp 888

What OS are you seeing the problem on?

Linux, Windows

Code of Conduct

  • I agree to follow this project's Code of Conduct
@luanluciano93 luanluciano93 added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Dec 8, 2023
@github-actions github-actions bot added Priority: Low Minor impact Status: Pending Test This PR or Issue requires more testing labels Dec 8, 2023
@BenDol
Copy link
Collaborator

BenDol commented Dec 8, 2023

The map is no longer a part of g_ui (UIManager) its now in g_client (Client). Just update to g_client.getMapWidget() this must have been missed in your merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Low Minor impact Status: Pending Test This PR or Issue requires more testing Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants