mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 21:33:10 -07:00
Don't display the history button when the panel disappears (#1081)
This commit is contained in:
parent
76fa670f92
commit
319f0e850c
1 changed files with 0 additions and 4 deletions
|
@ -407,10 +407,6 @@ void Calculator::UpdateHistoryState()
|
|||
{
|
||||
// flyout view
|
||||
DockHistoryHolder->Child = nullptr;
|
||||
if (!IsProgrammer)
|
||||
{
|
||||
HistoryButton->Visibility = ::Visibility::Visible;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue