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
Kylin系统自己重写了桌面管理器,“ATOM_DEEPIN_NO_TITLEBAR”等属性不支持,移动窗口后,标题栏看过去不处于焦点状态,鼠标移动到标题栏按钮的控件,没有Hover状态变化。
Qt:5.15.9 操作系统:Kylin 2101以后 PS:FrameLess-Helper移动窗口后正常,但是右键点击后也是这个现象,我之前是这么处理: bool FramelessHelperQt::eventFilter(QObject *object, QEvent *event) 函数中case QEvent::MouseButtonRelease:处理"return true;"改成 "return QObject::eventFilter(object, event);"
The text was updated successfully, but these errors were encountered:
麒麟系统估计需要单独适配了,不过我和另一位维护者不了解这个系统,暂时没法改善了
Sorry, something went wrong.
No branches or pull requests
Kylin系统自己重写了桌面管理器,“ATOM_DEEPIN_NO_TITLEBAR”等属性不支持,移动窗口后,标题栏看过去不处于焦点状态,鼠标移动到标题栏按钮的控件,没有Hover状态变化。
Qt:5.15.9
操作系统:Kylin 2101以后
PS:FrameLess-Helper移动窗口后正常,但是右键点击后也是这个现象,我之前是这么处理:
bool FramelessHelperQt::eventFilter(QObject *object, QEvent *event) 函数中case QEvent::MouseButtonRelease:处理"return true;"改成 "return QObject::eventFilter(object, event);"
The text was updated successfully, but these errors were encountered: