forked from qt-creator/qt-creator
QmlDesigner.PropertyEditor: remove print
Change-Id: Id0793040984c314c4886c0f682928220b36f242b Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -83,7 +83,6 @@ Section {
|
|||||||
property bool isSetup;
|
property bool isSetup;
|
||||||
|
|
||||||
onSelectionFlagChanged: {
|
onSelectionFlagChanged: {
|
||||||
print("selection changed");
|
|
||||||
isSetup = true;
|
isSetup = true;
|
||||||
sizeType.currentIndex = 1
|
sizeType.currentIndex = 1
|
||||||
if (pixelSize.isInModel)
|
if (pixelSize.isInModel)
|
||||||
|
|||||||
Reference in New Issue
Block a user