Skip to content

Commit

Permalink
fix: the mouse click control lose in workspace
Browse files Browse the repository at this point in the history
fix the mouse click control lose in workspace

Log: fix the mouse click control lose in workspac
Bug: https://pms.uniontech.com/bug-view-268293.html
  • Loading branch information
add-uos committed Sep 30, 2024
1 parent 8b2b9e8 commit ee32077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ void MainWindow::initResource()
m_showButtons = new ShowButtons(this);
connect(m_showButtons, SIGNAL(keyShowSignal(const QString &)), this, SLOT(showKeyBoardButtons(const QString &)));
resizeHandleBigImg = DHiDPIHelper::loadNxPixmap(":/other/node.svg");
buttonFeedback = new ButtonFeedback();
buttonFeedback = new ButtonFeedback(this);

m_initResource = true;
}
Expand Down

0 comments on commit ee32077

Please sign in to comment.