FlorinTulba / Pic2Sym

The application Pic2Sym approximates images by a grid of colored symbols with colored backgrounds.
0 stars 0 forks source link

Closing Pic2Sym windows #1

Closed FlorinTulba closed 7 years ago

FlorinTulba commented 7 years ago

Problem: Pic2sym windows should not be closed neither with Alt+F4, nor with the mouse. An exception is the Control Panel (Settings windows), which does permit the classical mechanism.

Cause: Those windows are created using 'highgui' library from OpenCV 3.0.0. The library provides sufficient functionality for Pic2Sym and the closing issue was known from the beginning and is an accepted minor drawback.

Solution: The windows can be easily closed by pressing the ESC key.

FlorinTulba commented 7 years ago

Unless using a different GUI-engine, this is a tolerated issue.