You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When selecting more than one Item in the tree (i.e. recipes) and choose
'copy' from the context-menue, a dialog appears which asks for a name
for each copy. If you decide to abort copying you have to cancel this
dialog for every previously selectet item. Maybe it would be nice if
hitting "cancel" once aborts all of the following copy-processes.
Brewtarget 2.1.0 on MacOS 10.10.3
The text was updated successfully, but these errors were encountered:
Directly to the right of the original comment, there is a column with "Labels," "Milestone," and "Assignee" sections. Click on assignee and you should see your id.
This closes feature request Brewtarget#25 -- multiple dialogs when canceling a copy. I
rearranged things so that the code in MainWindow is much cleaner; there are no
more copyThis() methods. Instead I drove all the complexity into BtTreeView
and BtTreeModel, like deleteSelected.
This does somewhat change the syntax of the cancel button. To avoid copying a
single item, just enter an empty name. I added a tool type to explain this. I
also changed the "Cancel" button to read "Cancel All", hoping this will make
it more obvious.
From launchpad #1445671
When selecting more than one Item in the tree (i.e. recipes) and choose
'copy' from the context-menue, a dialog appears which asks for a name
for each copy. If you decide to abort copying you have to cancel this
dialog for every previously selectet item. Maybe it would be nice if
hitting "cancel" once aborts all of the following copy-processes.
Brewtarget 2.1.0 on MacOS 10.10.3
The text was updated successfully, but these errors were encountered: