Commit 35ed2b0
committed
fix: wire NF signal connections at startup; add live ring redraw on BC/Lsd change
nf_qt.py:
- Moved frameScrolled, cursorMoved, dataStatsUpdated, and col_group
signal connections from _on_font_changed into _wire_signals where
they belong. They were accidentally nested in the font handler and
only fired when font size changed — causing MinI/MaxI to never update.
ff_asym_qt.py:
- _draw_rings reads BC_Y, BC_Z, Lsd directly from text fields
- editingFinished on BC_Y/BC_Z/Lsd triggers automatic ring redraw1 parent 5aea8f6 commit 35ed2b0
2 files changed
Lines changed: 24 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
634 | 634 | | |
635 | 635 | | |
636 | 636 | | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
637 | 641 | | |
638 | 642 | | |
639 | 643 | | |
| |||
908 | 912 | | |
909 | 913 | | |
910 | 914 | | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
911 | 919 | | |
912 | 920 | | |
913 | 921 | | |
914 | 922 | | |
915 | 923 | | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
916 | 933 | | |
917 | | - | |
918 | | - | |
| 934 | + | |
| 935 | + | |
919 | 936 | | |
920 | | - | |
921 | | - | |
| 937 | + | |
| 938 | + | |
922 | 939 | | |
923 | 940 | | |
924 | 941 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | 521 | | |
525 | 522 | | |
526 | 523 | | |
527 | 524 | | |
528 | 525 | | |
529 | 526 | | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
| |||
0 commit comments