pyblish / pyblish-qml

Pyblish QML frontend for Maya 2013+, Houdini 11+, Nuke 8+ and more
GNU Lesser General Public License v3.0
115 stars 44 forks source link

Undefined behavior in qlm for context menu #338

Open simonrainerson opened 5 years ago

simonrainerson commented 5 years ago

When opening the action menus by right clicking on a failed test I get the following warning.

pyblish/pyblish-qml/pyblish_qml/qml/Pyblish/ListItems/ContextMenuItem.qml:40:9: QML Label: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.

Everything works as it should, just get a very spammed log. I have tag 1.10.1 of pyblish-qml checked out.

mottosso commented 5 years ago

Thanks for reporting this (and hello! :)) @simonrainerson

Which version of Python, Qt and Qt binding are you on? The recommended versions are Python 3.6 and PyQt5-5.8. Noticed this hasn't been documented in the README yet.

simonrainerson commented 5 years ago

Hello! :) python 3.6.8 and PyQt5 5.7.1