Skip to content

Commit

Permalink
Fix bug with setup widget indicated for dipole moment type
Browse files Browse the repository at this point in the history
(For now, no options)

Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Nov 20, 2024
1 parent 128cab3 commit 07b10b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avogadro/qtplugins/dipole/dipole.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Dipole : public QtGui::ScenePlugin
}

QWidget* setupWidget() override;
bool hasSetupWidget() const override { return true; }
bool hasSetupWidget() const override { return false; }

private:
std::string m_name = "Dipole Moment";
Expand Down

0 comments on commit 07b10b7

Please sign in to comment.