mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-19 21:03:11 -07:00
space
This commit is contained in:
parent
028edebc1a
commit
f085dbc3e6
1 changed files with 1 additions and 1 deletions
|
@ -771,7 +771,7 @@ namespace CalculatorApp
|
||||||
|
|
||||||
private void SetChildAsMemory()
|
private void SetChildAsMemory()
|
||||||
{
|
{
|
||||||
if (DockMemoryHolder.Child!= GetMemory())
|
if (DockMemoryHolder.Child != GetMemory())
|
||||||
{
|
{
|
||||||
DockMemoryHolder.Child = GetMemory();
|
DockMemoryHolder.Child = GetMemory();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue