mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-05 07:06:13 -05:00
UI: Do not select on right-click
Originally an intentional design decision, right-clicking would also perform selection, which is actually rather annoying and unnecessary.
This commit is contained in:
@@ -359,9 +359,6 @@ void OBSBasicPreview::mousePressEvent(QMouseEvent *event)
|
||||
|
||||
mouseOverItems = SelectedAtPos(startPos);
|
||||
vec2_zero(&lastMoveOffset);
|
||||
|
||||
if (event->button() == Qt::RightButton)
|
||||
ProcessClick(startPos);
|
||||
}
|
||||
|
||||
static bool select_one(obs_scene_t *scene, obs_sceneitem_t *item, void *param)
|
||||
|
||||
Reference in New Issue
Block a user