Opened 9 years ago
Closed 9 years ago
#488 closed defect (fixed)
fit page still has a few redraw issues
Reported by: | butler | Owned by: | butler |
---|---|---|---|
Priority: | minor | Milestone: | SasView 3.1.2 |
Component: | SasView | Keywords: | |
Cc: | Work Package: | SasView Bug Fixing |
Description
The compute and fit buttons can overlap sometimes when various panels change size in response to user action (like add dQ etc). Also the bottom of the scroll panel sometimes does not get resized when the panel's total size shrinks in response to user actions.
Change History (2)
comment:1 Changed 9 years ago by butler
comment:2 Changed 9 years ago by ajj
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed by replacing a couple of self.Layout() with self.FitInside. For complex panels with many sizers changing size on user input this seems to be required to make the whole panel redraw. This is in commit 1c2bf901c33eeec26176d8cf085ab77daf74075b which did not automatically close the ticket because I used fixes ticket #488 instead of just fixes #488
Should check Mac build before closing anyway