Browse Source

restored visibility focus

cl-refactor
arkpar 10 years ago
parent
commit
be7b09b8b1
  1. 4
      mix/qml/Debugger.qml

4
mix/qml/Debugger.qml

@ -22,8 +22,8 @@ Rectangle {
onVisibleChanged:
{
//if (visible)
// forceActiveFocus();
if (visible)
forceActiveFocus();
}
onAssemblyModeChanged:

Loading…
Cancel
Save