PlotPyStack / guiqwt

Efficient 2D plotting Python library based on PythonQwt
https://pypi.python.org/pypi/guiqwt
Other
80 stars 20 forks source link

104 trimage resize #105

Closed RussBerg closed 1 year ago

RussBerg commented 1 year ago

fixes #104 Used SIG_ITEM_MOVED when TrImageItem resized, not sure if it will make sense in all situations but it solves the problem specified in Issue 104

PierreRaybaut commented 1 year ago

Hi, Thanks a lot for your recent contributions to the project. Regarding this one, I recommand using this approach: https://github.com/PierreRaybaut/guiqwt/commit/ebfe7c38c9501d66d3e5ec71598a1595c368a678. Cheers, Pierre

RussBerg commented 1 year ago

Hi, Thanks a lot for your recent contributions to the project. Regarding this one, I recommand using this approach: ebfe7c3. Cheers, Pierre

You are welcome happy to contribute!, yes this fixed it thanks