Jan Kowalewicz
Jan Kowalewicz
It seems like neither the cmake additions of @marklomas nor the fix to include ```` directly works out for me. When using ```` OTIO won't build, exiting with: ```sh /Users/jan/_Projekte/_tests/HelloQt6/build/outdir/opentimelineio/src/opentimelineio/serializableObject.h:15:10:...
btw: Whats quite interesting about this even in the log above: [composable.h](https://github.com/AcademySoftwareFoundation/OpenTimelineIO/blob/main/src/opentimelineio/composable.h#L9) uses it as ```` and this straight up just works atleast due to the build order of these...
I want to put my two cents into it... still happening. Because I just display, I currently ignore it and just load the image anyway. A fix although sometime would...
As said, I'll write it down but cannot guarantee anything. Still, your first reqest was already implemented in https://github.com/yeahitsjan/pawxel/pull/18. Could you check out if this works out? EDIT: you probably...
Hi @untitled500, thank you for using pawxel. I currently do not have access to any Windows / Linux machine and that is the reason why development has stalled. I'll write...
It seems like even though we set the size of the widget to the current's desktop size (https://github.com/yeahitsjan/pawxel/blob/develop/source/sniparea.cpp#L16) the geometry isn't set to the top left point of the whole...
Replacing ``QPixmap::grabWindow`` with the following leads us the right direction: ```cpp // SnipArea::SnipArea() this->setGeometry(QApplication::desktop()->geometry()); void SnipArea::grab(QRect _rect, QPoint _mousePos) { QPixmap _shot; //_shot = QPixmap::grabWindow(QApplication::desktop()->winId(), _rect.topLeft().x(), _rect.topLeft().y(), _rect.width(), _rect.height()); QScreen...
See https://github.com/yeahitsjan/pawxel/tree/fix-multi-screen.
Milestone modified due to other issues in private / personal projects.
Hey @MohamedEmary, does this happen just on text or on all kind of elements (Rectangle or Circle for example)?