Code/Editor
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -1217,7 +1217,6 @@ void EditableQToolBar::dropEvent(QDropEvent* ev)
|
||||
return;
|
||||
}
|
||||
|
||||
const int actionId = action->data().toInt();
|
||||
QWidget* beforeWidget = insertPositionForDrop(ev->pos());
|
||||
QAction* beforeAction = beforeWidget ? ActionForWidget(beforeWidget) : nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user