Skip to content
Snippets Groups Projects
Commit 6bae2590 authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

style: unify operation style

parent 7ae949cd
Branches
Tags
1 merge request!14Iss1026
......@@ -59,9 +59,7 @@ public class TableViewContextMenu<T> {
T requestedItem = getRequestedItem();
updateColumnIndex(event.getSceneX());
int column = getRequestedColumn();
for (P_MenuItem item : items) {
item.updateEnable(requestedItem);
}
items.forEach(item -> item.updateEnable(requestedItem));
itemsWithColumnIndex.forEach(item -> item.updateEnable(requestedItem, column));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment