qt-macos-examples icon indicating copy to clipboard operation
qt-macos-examples copied to clipboard

accessoryview example crashes

Open liversedge opened this issue 5 years ago • 1 comments

This line in main.cpp causes a runtime exception on Catalina, possibly earlier MacOS too.

[https://github.com/msorvig/qt-macos-examples/blob/3ec1ee4807f5de146cb0a6ee551901421eae66b0/accessoryview/main.mm#L99]

viewController.layoutAttribute = NSLayoutAttributeLeft;

liversedge avatar Apr 03 '20 07:04 liversedge

I can't reproduce this on 10.15.7 now. Does this still crash for you?

msorvig avatar Oct 29 '20 12:10 msorvig