Make destination path preview label selectable, so its contents can be copied to the clipboard
This commit is contained in:
parent
d9511d9af8
commit
f92e07e5cf
@ -110,6 +110,7 @@ BatchQueuePanel::BatchQueuePanel (FileCatalog* aFileCatalog) : parent(nullptr)
|
|||||||
odvb->pack_start (*hb3, Gtk::PACK_SHRINK, 4);
|
odvb->pack_start (*hb3, Gtk::PACK_SHRINK, 4);
|
||||||
destinationPreviewLabel = Gtk::manage (new Gtk::Label ());
|
destinationPreviewLabel = Gtk::manage (new Gtk::Label ());
|
||||||
destinationPreviewLabel->set_tooltip_markup(M("QUEUE_DESTPREVIEW_TOOLTIP"));
|
destinationPreviewLabel->set_tooltip_markup(M("QUEUE_DESTPREVIEW_TOOLTIP"));
|
||||||
|
destinationPreviewLabel->set_selectable(true); // so users can copy the path to the clipboard
|
||||||
odvb->pack_start (*destinationPreviewLabel);
|
odvb->pack_start (*destinationPreviewLabel);
|
||||||
Gtk::RadioButton::Group g = useTemplate->get_group();
|
Gtk::RadioButton::Group g = useTemplate->get_group();
|
||||||
useFolder->set_group (g);
|
useFolder->set_group (g);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user