Opened 10 years ago
Closed 10 years ago
#657 closed defect (fixed)
gtk version ignores changes to min/max
Reported by: | westram | Owned by: | westram |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | Library (GUI) | Version: | gtkport |
Keywords: | Cc: |
Description
Reproduce:
- open 'PROBE DESIGN' window and attempt to
- increase GC-MIN to some value above the current GC-MAX
- decrease GC-MAX to some value below the current GC-MIN
Proper behavior is needed for #479
Previously there was no case where set_minmax() was called for an already realized widget, so this was provoked by [13889]
Change History (2)
comment:1 Changed 10 years ago by westram
- Owner changed from devel to westram
- Status changed from new to _started
comment:2 Changed 10 years ago by westram
- Resolution set to fixed
- Status changed from _started to closed
Note: See
TracTickets for help on using
tickets.
by [13891]