fix: drag bug.

This commit is contained in:
2025-06-18 17:22:15 +08:00
parent 5dee6ea41d
commit beaadfbf85
5 changed files with 17 additions and 67 deletions

View File

@@ -36,6 +36,7 @@ void frelayGUI::InitControl()
compare_ = new Compare(this);
transform_ = new TransForm(this);
transform_->SetClientCore(clientCore_);
connecter_ = new Connecter(this);
connecter_->SetClientCore(clientCore_);