wxr
2023-09-22 7945aea863e3b4ea3cfbeacd6bde14d7a89afc55
HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/BaseFramLayout.cs
@@ -34,7 +34,7 @@
        /// 获取坐标底部最下面的那个控件的底部坐标
        /// </summary>
        /// <returns></returns>
        private int GetLocationMostLastViewBottom()
        public int GetLocationMostLastViewBottom()
        {
            int bottomHeight = -1;
@@ -49,4 +49,6 @@
            return bottomHeight;
        }
    }
}