unitbvcv / image_processing_platform

Image Processing Platform built for Ioana Plajer at Transylvania University of Brașov - Faculty of Mathematics and Computer Science.
https://mateinfo.unitbv.ro
GNU General Public License v3.0
1 stars 0 forks source link

Scrollbars are limited by the smaller image in the panels #31

Open vladvrabie opened 5 years ago

vladvrabie commented 5 years ago

If there is a small image in one panel (e.g. 200x200) and a big image in the other panel (e.g. 2000x2000), the scroll bars for the big image don't work because they are synced with the scroll bars of the small image (even if the small image doesn't have any scroll bars).

Need to add extra check: if original and processed images have the same resolution, sync the scroll bars, otherwise don't and let them be independent

vladvrabie commented 5 years ago

Solved in 270e17bfc66bb516ce7639e98a5b352cc86264ad