diff options
| author | Dentomologist <dentomologist@gmail.com> | 2024-08-25 16:06:44 -0700 |
|---|---|---|
| committer | Dentomologist <dentomologist@gmail.com> | 2024-08-25 23:44:17 -0700 |
| commit | 9e6a4e9d3597257629247c43f17698d355866a9c (patch) | |
| tree | 78ae28d5a5604ad625c28b27123c13b74b3695eb /Source/Core/Common/StringUtil.cpp | |
| parent | f4db168a8e63751535d174d27abe7dbab19d4d74 (diff) | |
ARCodeWidget: Remove unnecessary call to OnSelectionChanged
Before the call to OnSelectionChange, m_code_edit and m_code_remove are
disabled and UpdateList calls m_code_list->clear(), thereby deselecting
any selected items.
When no items are selected, OnSelectionChange disables m_code_edit and
m_code_remove and then returns. Since that was already done, the call
doesn't change anything and can be removed.
Diffstat (limited to 'Source/Core/Common/StringUtil.cpp')
0 files changed, 0 insertions, 0 deletions
