Skip to content

Commit

Permalink
TemplateListWidget: Fix move-by-hand availability
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Jun 9, 2020
1 parent b99a950 commit 2a4140d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/widgets/template_list_widget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ void TemplateListWidget::updateButtons()
edit_button->setEnabled(edit_enabled);
georef_action->setChecked(is_georeferenced);
georef_action->setEnabled(georef_enabled);
move_by_hand_button->setEnabled(custom_enabled);
move_by_hand_action->setEnabled(custom_enabled);
adjust_button->setEnabled(custom_enabled);
position_action->setEnabled(custom_enabled);
import_action->setEnabled(import_enabled);
Expand Down

0 comments on commit 2a4140d

Please sign in to comment.