Commit d125950
committed
chore: fix all build warnings — clean 0 Warning(s)
- NavigationView: remove redundant GotFocus/LostFocus (inherited from BaseControl)
- LogExporterControl: pragma suppress unused GotFocus/LostFocus (interface requirement)
- Window.Controls.cs: null-safe IsFocused check with pattern match
- WindowEventDispatcher: null-safe IsFocused check with pattern match
- HorizontalGridControl: remove dead _interactiveContentsDirty and _focusFromBackward fields
- ScrollablePanelControl: remove dead _focusFromBackward field1 parent 25bfffa commit d125950
6 files changed
Lines changed: 4 additions & 17 deletions
File tree
- SharpConsoleUI
- Controls
- HorizontalGridControl
- ScrollablePanelControl
- Plugins/DeveloperTools
- Windows
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
85 | 83 | | |
86 | 84 | | |
87 | 85 | | |
| |||
387 | 385 | | |
388 | 386 | | |
389 | 387 | | |
390 | | - | |
391 | 388 | | |
392 | 389 | | |
393 | 390 | | |
| |||
431 | 428 | | |
432 | 429 | | |
433 | 430 | | |
434 | | - | |
435 | 431 | | |
436 | 432 | | |
437 | 433 | | |
| |||
473 | 469 | | |
474 | 470 | | |
475 | 471 | | |
476 | | - | |
477 | 472 | | |
478 | 473 | | |
479 | 474 | | |
| |||
594 | 589 | | |
595 | 590 | | |
596 | 591 | | |
597 | | - | |
598 | 592 | | |
599 | 593 | | |
600 | 594 | | |
| |||
622 | 616 | | |
623 | 617 | | |
624 | 618 | | |
625 | | - | |
626 | 619 | | |
627 | 620 | | |
628 | 621 | | |
| |||
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | 92 | | |
99 | 93 | | |
100 | 94 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
170 | | - | |
| 171 | + | |
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
639 | 639 | | |
640 | 640 | | |
641 | 641 | | |
642 | | - | |
| 642 | + | |
643 | 643 | | |
644 | 644 | | |
645 | 645 | | |
| |||
0 commit comments