Ticket #1030 (closed: fixed)
Instrument Window: Set functions from Python no longer work before show window
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 21 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Change History
comment:3 Changed 11 years ago by Martyn Gigg
- Status changed from accepted to testing
- Resolution set to fixed
comment:4 Changed 11 years ago by Russell Taylor
- Status changed from testing to reopened
- Resolution fixed deleted
When doing a instrument_view.setBinRange(10000,15000) it sets the upper value correctly, but not the lower value.
Note: See
TracTickets for help on using
tickets.
(In [3476]) Fixed set functions within the instrument window so that they work before making the window visible. Also separated out the scale type options into a separate file so that their definitions are not copied. Re #1030