개정판 6b6e937c
Compare기능 수정
Change-Id: I3697fbe30f47d5cc4a51ece85df0055f7c596bf2
KCOM/Events/Implementation/TopMenuEvent.cs | ||
---|---|---|
1754 | 1754 |
} |
1755 | 1755 |
|
1756 | 1756 |
|
1757 |
|
|
1758 | 1757 |
System.Reactive.Linq.Observable2.FromPropertyChangedPattern(Common.ViewerDataModel.Instance, temp => temp.AngleVisibility).Subscribe(isSee => |
1759 | 1758 |
{ |
1760 |
if (instanceMain.dzMainMenu.MainAngle.Visibility != isSee) |
|
1759 |
if (instanceToggle.CommandParameter.ToString() == "ChainLine") |
|
1760 |
{ |
|
1761 |
|
|
1762 |
} |
|
1763 |
else |
|
1761 | 1764 |
{ |
1762 |
instanceMain.dzMainMenu.MainAngle.Visibility = isSee; |
|
1765 |
System.Diagnostics.Debug.WriteLine(" instanceMain.dzMainMenu.MainAngle.Visibility " + isSee); |
|
1766 |
|
|
1767 |
if (instanceMain.dzMainMenu.MainAngle.Visibility != isSee) |
|
1768 |
{ |
|
1769 |
instanceMain.dzMainMenu.MainAngle.Visibility = isSee; |
|
1770 |
} |
|
1763 | 1771 |
} |
1764 | 1772 |
//System.Reactive.Linq.Observable2.FromPropertyChangedPattern(Common.ViewerDataModel.Instance, temp => temp.AngleValue).Subscribe(p => |
1765 | 1773 |
//{ |
내보내기 Unified diff