🚩 增加面板按钮点击运行时状态,此时不执行gotfocus

This commit is contained in:
liufei
2022-06-11 17:25:09 +08:00
parent 6b6372847c
commit c7ef24a5b1
3 changed files with 44 additions and 25 deletions

View File

@@ -30,6 +30,11 @@
/// </summary>
public static bool SHOW_RIGHT_BTN_MENU = false;
/// <summary>
/// 是否点击了面板功能按钮
/// </summary>
public static bool APP_BTN_IS_DOWN = false;
/// <summary>
/// 是否正在编辑菜单
/// </summary>