Browse Source

Fixed some message text

pull/170/head
Nikita Zlobin 7 years ago
parent
commit
8069985f8a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/patchcanvas.py

+ 1
- 1
src/patchcanvas.py View File

@@ -692,7 +692,7 @@ def setGroupPosFull(group_id, group_pos_x_o, group_pos_y_o, group_pos_x_i, group
QTimer.singleShot(0, canvas.scene.update)
return

qCritical("PatchCanvas::setGroupPos(%i, %i, %i, %i, %i) - unable to find group to reposition" % (group_id, group_pos_x_o, group_pos_y_o, group_pos_x_i, group_pos_y_i))
qCritical("PatchCanvas::setGroupPos(%i, %i, %i, %i, %i) - unable to find group for reposition" % (group_id, group_pos_x_o, group_pos_y_o, group_pos_x_i, group_pos_y_i))

def setGroupIcon(group_id, icon):
if canvas.debug:


Loading…
Cancel
Save