mirror of
https://gitee.com/handyorg/HandyControl.git
synced 2024-11-29 18:38:30 +08:00
Merge pull request #1199 from HandyOrg/t/bot/fix-codeformatting
[Bot] Automated PR to fix formatting errors
This commit is contained in:
commit
c3385587e4
@ -62,7 +62,7 @@ public class ScrollViewerAttach
|
||||
{
|
||||
if (d is UIElement element)
|
||||
{
|
||||
if ((bool)e.NewValue)
|
||||
if ((bool) e.NewValue)
|
||||
{
|
||||
element.PreviewMouseWheel += ScrollViewerPreviewMouseWheel;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user