C2017-031 Extend Copy / Paste Replace Functionality for Enhanced Background Steps

This commit is contained in:
2024-09-30 15:02:35 -04:00
parent 63cac73de3
commit bb45e551a3
7 changed files with 857 additions and 410 deletions

View File

@@ -485,6 +485,8 @@ namespace Volian.Controls.Library
public void RefreshDisplay(bool activeMode)
{
if (IsExperimenting) return;
if (IsDisposed) return;
ActiveMode = activeMode;
OnAdjustTableWidth(this, new StepRTBTableWidthEventArgs(true));
//Volian.Base.Library.HWndCounter.GetWindowHandlesForCurrentProcess(this.Handle, "RefreshDisplay 2");