--- id: 42f67635-210d-4105-b118-5b787330b93c type: solution title: "Fix Gameday lineup row selection bug" tags: [sba-scouting, python, textual, fix] importance: 0.5 confidence: 0.8 created: "2026-01-28T19:47:12.001465+00:00" updated: "2026-01-28T19:47:12.001465+00:00" --- Fixed bug in sba-scouting Gameday screen where clicking to select a player in the middle of the lineup would operate on the last added player. The deselect feature (for screenshots) was toggling cursor_type on every click instead of only when clicking the same row twice. Added _last_lineup_row tracking and Click handler to re-enable selection after deselect.