Commit 1bbdb82
committed
Fix label overlapping button
By drawing the button later, the label won't overlap the button. This seems to be a bug with list renderings. The width is correctly calculated for the button, but somehow not applied in the list rendering (there seems to be a minsize for the button, but I didn't find the code that would enforce that)1 parent 97c4e63 commit 1bbdb82
File tree
1 file changed
+7
-6
lines changed- Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor
1 file changed
+7
-6
lines changedLines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 44 | | |
51 | 45 | | |
52 | 46 | | |
| |||
72 | 66 | | |
73 | 67 | | |
74 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
0 commit comments