Skip to content
Snippets Groups Projects
Commit 5064111a authored by Matthias Puchner's avatar Matthias Puchner
Browse files

start layer editor in full edit mode to avoid confusion for new users

parent 702a4706
No related branches found
No related tags found
1 merge request!420Layer editor improvements3
......@@ -53,7 +53,7 @@ LayerOrientedSampleEditor::LayerOrientedSampleEditor(QWidget* parent)
connect(m_showInlineEditButtonsAction, &QAction::toggled, this,
&LayerOrientedSampleEditor::onShowInlineEditButtonsToggled);
m_showInlineEditButtonsAction->setCheckable(true);
m_showInlineEditButtonsAction->setChecked(false);
m_showInlineEditButtonsAction->setChecked(true);
m_toolbar->addAction(m_showInlineEditButtonsAction);
m_asAngstromAction = new QAction(this);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment