mirror of
https://github.com/haven1433/HexManiacAdvance.git
synced 2026-05-31 20:42:43 -05:00
Fix Find/Hex visibility issue
This commit is contained in:
parent
19755a8620
commit
b7c6fa01d6
|
|
@ -109,7 +109,7 @@ namespace HavenSoft.HexManiac.Core.ViewModels {
|
|||
ClearError.Execute();
|
||||
ClearMessage.Execute();
|
||||
gotoViewModel.ControlVisible = false;
|
||||
hexConverterVisible = false;
|
||||
HexConverterVisible = false;
|
||||
}
|
||||
TryUpdate(ref findControlVisible, value);
|
||||
if (value) MoveFocusToFind?.Invoke(this, EventArgs.Empty);
|
||||
|
|
@ -124,7 +124,7 @@ namespace HavenSoft.HexManiac.Core.ViewModels {
|
|||
ClearError.Execute();
|
||||
ClearMessage.Execute();
|
||||
gotoViewModel.ControlVisible = false;
|
||||
findControlVisible = false;
|
||||
FindControlVisible = false;
|
||||
}
|
||||
TryUpdate(ref hexConverterVisible, value);
|
||||
if (value) MoveFocusToHexConverter?.Invoke(this, EventArgs.Empty);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user