mabe02 / lanterna

Java library for creating text-based GUIs
GNU Lesser General Public License v3.0
2.26k stars 242 forks source link

Table row position is off on mouse click when table is scrolled down #603

Open Orbisman opened 4 months ago

Orbisman commented 4 months ago

Adding more rows to a table that can be displayed, then scrolling down, clicking on the row, focuses the row - minus the # of rows scrolled. The # of rows scrolled needs added to properly pick the row in the model to focus.