Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commit3e4a204
committed
Fix resetting grid visibility
Actually, there were two issues:- 'gridOn' state should always be contained in the _tick_kw settings. This is needed because we support toggling via grid() and thus need to be able to query the state. Therefore, the _tick_kw dicts must be resetted instead of cleared.- grid(some_kwarg=...) i.e. with b=None and keywords must be treated explicitly as b=True as the docs already propose.Closes#20149.1 parent363105b commit3e4a204
2 files changed
+30
-10
lines changedLines changed: 17 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
786 | 786 |
| |
787 | 787 |
| |
788 | 788 |
| |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
789 | 799 |
| |
790 | 800 |
| |
791 | 801 |
| |
| |||
807 | 817 |
| |
808 | 818 |
| |
809 | 819 |
| |
810 |
| - | |
811 |
| - | |
812 |
| - | |
813 |
| - | |
814 |
| - | |
815 |
| - | |
816 |
| - | |
817 |
| - | |
| 820 | + | |
| 821 | + | |
818 | 822 |
| |
819 | 823 |
| |
820 | 824 |
| |
| |||
861 | 865 |
| |
862 | 866 |
| |
863 | 867 |
| |
864 |
| - | |
| 868 | + | |
865 | 869 |
| |
866 | 870 |
| |
867 |
| - | |
| 871 | + | |
868 | 872 |
| |
869 | 873 |
| |
870 | 874 |
| |
| |||
1413 | 1417 |
| |
1414 | 1418 |
| |
1415 | 1419 |
| |
| 1420 | + | |
| 1421 | + | |
| 1422 | + | |
1416 | 1423 |
| |
1417 | 1424 |
| |
1418 | 1425 |
| |
|
Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4757 | 4757 |
| |
4758 | 4758 |
| |
4759 | 4759 |
| |
| 4760 | + | |
| 4761 | + | |
| 4762 | + | |
| 4763 | + | |
| 4764 | + | |
| 4765 | + | |
| 4766 | + | |
| 4767 | + | |
| 4768 | + | |
| 4769 | + | |
| 4770 | + | |
| 4771 | + | |
| 4772 | + | |
4760 | 4773 |
| |
4761 | 4774 |
| |
4762 | 4775 |
| |
|
0 commit comments
Comments
(0)