Closed Dimi20cen closed 1 year ago
Issue: When horizontally scrolling, a part of the popup help messages would be created in the non-visible part of the screen.
Solution: Change the x value in self.activity.sw.get_vadjustment().get_value(), to be the horizontal adjustment of the screen.
self.activity.sw.get_vadjustment().get_value()
Fixes #75
@chimosky @sourabhaa, kindly review
Tested 868a773 and issue still persists.
Screencast from 2023-09-22 17-27-23.webm
The issue this PR addresses is the creation of the popup message when the window is already horizontally scrolled Before
After
Ah! Yes, my bad.
Issue: When horizontally scrolling, a part of the popup help messages would be created in the non-visible part of the screen.
Solution: Change the x value in
self.activity.sw.get_vadjustment().get_value()
, to be the horizontal adjustment of the screen.Fixes #75
@chimosky @sourabhaa, kindly review