Skip to content
Snippets Groups Projects
Commit 4b9cc678 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.propertyEditor: fix geometry editing in non base state

It was disabled by accident only layout editing should be disabled
parent 2ab7d296
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@ QScrollArea {
content: properyEditorLayout;
QFrame {
id: properyEditorLayout;
enabled: isBaseState
layout: QVBoxLayout {
topMargin: 0;
bottomMargin: 0;
......@@ -22,6 +21,7 @@ QScrollArea {
}
Layout {
enabled: isBaseState
id: layoutBox;
}
QScrollArea {
......
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