We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
描述这个Bug 更新至最新版1.5.6.0 b1 版后,如启用标题所示功能,会出现捕获新开窗口后原窗口不会关闭,出现一个显示异常的窗口。
重现过程 重现过程的步骤:
期望的结构 对你期望发生的事情的清晰而简洁的描述.
截图
系统环境:
Message --- 尝试读取或写入受保护的内存。这通常指示其他内存已损坏。 HelpLink ---
Source --- System.Drawing StackTrace --- 在 System.Drawing.SafeNativeMethods.Gdip.IntGdipDeleteFont(HandleRef font) 在 System.Drawing.Font.Dispose(Boolean disposing) 在 System.Drawing.Font.Dispose() 在 QTTabBarLib.QTabItem.set_TabFont(Font value) 在 QTTabBarLib.QTabControl.SetFont(Font fnt) 在 QTTabBarLib.QTabControl.RefreshOptions(Boolean fInit) 在 QTTabBarLib.QTTabBarClass.RefreshOptions() TargetSite --- Int32 IntGdipDeleteFont(System.Runtime.InteropServices.HandleRef)-------------- `
The text was updated successfully, but these errors were encountered:
indiff
No branches or pull requests
描述这个Bug
更新至最新版1.5.6.0 b1 版后,如启用标题所示功能,会出现捕获新开窗口后原窗口不会关闭,出现一个显示异常的窗口。
重现过程
重现过程的步骤:
期望的结构
对你期望发生的事情的清晰而简洁的描述.
截图
系统环境:
上传报错日志(C:\Users\Administrator\AppData\Roaming\QTTabBar\QTTabBarException.log):
`2024/12/9 11:51:28
.NET 版本: 2.0.50727.8964
操作系统版本: 6.1.7601.65536 Major: 6 环境: 64
QT 版本: DevBuild: 2024/8/19 14:55:32 (2.0.50727.8964)
错误信息: RefreshOptions
Message ---
尝试读取或写入受保护的内存。这通常指示其他内存已损坏。
HelpLink ---
Source ---
System.Drawing
StackTrace ---
在 System.Drawing.SafeNativeMethods.Gdip.IntGdipDeleteFont(HandleRef font)
在 System.Drawing.Font.Dispose(Boolean disposing)
在 System.Drawing.Font.Dispose()
在 QTTabBarLib.QTabItem.set_TabFont(Font value)
在 QTTabBarLib.QTabControl.SetFont(Font fnt)
在 QTTabBarLib.QTabControl.RefreshOptions(Boolean fInit)
在 QTTabBarLib.QTTabBarClass.RefreshOptions()
TargetSite ---
Int32 IntGdipDeleteFont(System.Runtime.InteropServices.HandleRef)--------------
`
The text was updated successfully, but these errors were encountered: