Development #600

Merged
djankowski merged 71 commits from Development into master 2025-08-15 08:37:49 -04:00
2 changed files with 34 additions and 6 deletions
Showing only changes of commit ad0d091b49 - Show all commits

View File

@@ -4841,6 +4841,7 @@ namespace Volian.Controls.Library
get { return _Proc; } get { return _Proc; }
set { _Proc = value; } set { _Proc = value; }
} }
// B2025-036 split screen print issue. if oringFlg == 1 the ctrl-p keys was pressed.
private int _OringFlg; private int _OringFlg;
public int OringFlg public int OringFlg
{ {