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

BackgroundColor issue on melodic from source #20

Open
tomlogan501 opened this issue Sep 11, 2020 · 0 comments
Open

BackgroundColor issue on melodic from source #20

tomlogan501 opened this issue Sep 11, 2020 · 0 comments

Comments

@tomlogan501
Copy link

Hi

This error occurs to me when i try the plugin, I also add to change some import to QtWidgets from QtGui.


Traceback (most recent call last):
  File "/home/tsimon/media/Documents/rqt_ws/src/rqt_launchtree/src/rqt_launchtree/launchtree_widget.py", line 178, in _update_launch_view
    self._filter_launch_view()
  File "/home/tsimon/media/Documents/rqt_ws/src/rqt_launchtree/src/rqt_launchtree/launchtree_widget.py", line 336, in _filter_launch_view
    filter_launch_entry(self.launch_view.topLevelItem(idx))
  File "/home/tsimon/media/Documents/rqt_ws/src/rqt_launchtree/src/rqt_launchtree/launchtree_widget.py", line 325, in filter_launch_entry
    entry.setBackgroundColor(0, self._highlight_color if highlight else self._neutral_color)
AttributeError: 'LaunchtreeEntryItem' object has no attribute 'setBackgroundColor'

Did I need to change my version of python or add modules ?

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