Skip to content

Commit

Permalink
fix: remove invalid url (#385)
Browse files Browse the repository at this point in the history
remove invalid  url

Log: remove invalid  url
  • Loading branch information
wyu71 authored Dec 20, 2024
1 parent 1c4791f commit 7a655fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/terminalapplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void TerminalApplication::handleQuitAction()

bool TerminalApplication::notify(QObject *object, QEvent *event)
{
//修复bug#110813,参考https://gerrit.uniontech.com/c/dtkwidget/+/94656
//修复bug#110813
if (event->type() == QEvent::ApplicationFontChange) {
// ApplicationFontChange 调用 font() 是 ok 的,如果在 fontChanged 中调用在某些版本中会出现 deadlock
DFontSizeManager::instance()->setFontGenericPixelSize(static_cast<quint16>(DFontSizeManager::fontPixelSize(font())));
Expand Down

0 comments on commit 7a655fa

Please sign in to comment.