-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Init type error / disable drag in processing.
1. 初始化时多线程加载图片信息,在低性能机型上, 获取首张缩略图信息时,图片全加载信息还未更新, 仅取得图片大小,因此在设置缩略图时, 若内部图片类型为空,手动更新图片类型; 2. 打印过程中屏蔽拖拽切换图片接口; 3. 优化界面,调整打印信息。 Log: 修复部分问题 Bug: https://pms.uniontech.com/bug-view-232295.html Bug: https://pms.uniontech.com/bug-view-232301.html Influence: InitImageType DragImage Change-Id: Ifb21d78859fe2d43777ecb9b61ee0414477c4cd5
- Loading branch information
Showing
6 changed files
with
46 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters