Skip to content

Commit

Permalink
Sources UP
Browse files Browse the repository at this point in the history
  • Loading branch information
topilski committed Aug 14, 2019
1 parent dc7a89b commit d230828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gui/widgets/key_edit_widget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ void KeyEditWidget::syncControls(const core::NValue& item) {
if (item->GetAsHash(&hash)) {
for (auto it = hash->begin(); it != hash->end(); ++it) {
auto element = (*it);
const auto key_str = element.first;
const auto key_str = element.first;
if (key_str.empty()) {
continue;
}
Expand Down

0 comments on commit d230828

Please sign in to comment.