From 0335cfa1a65f3a5c84c37a3686a688f23b50966a Mon Sep 17 00:00:00 2001 From: Vladimir Pakhomchik Date: Sun, 31 Aug 2025 10:19:54 +0200 Subject: [PATCH] nemo-list-view.c: Fix drag and drop from inactive panels. This allows users to select and drag files directly from inactive panels in Extra Pane mode without needing to pre-activate the panel first. Fixes the poor UX where users had to click twice: once to activate the panel, then again to select files for dragging. --- src/nemo-list-view.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nemo-list-view.c b/src/nemo-list-view.c index 939e273a5..cbd709763 100644 --- a/src/nemo-list-view.c +++ b/src/nemo-list-view.c @@ -1120,7 +1120,6 @@ button_press_callback (GtkWidget *widget, GdkEventButton *event, gpointer callba if (!nemo_view_get_active (NEMO_VIEW (view))) { NemoWindowSlot *slot = nemo_view_get_nemo_window_slot (NEMO_VIEW (view)); nemo_window_slot_make_hosting_pane_active (slot); - return TRUE; } nemo_list_model_set_drag_view