Home
last modified time | relevance | path

Searched refs:selections_Y_sorted (Results 1 – 1 of 1) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DListBox.cpp747 std::map<GG::Y, SelectionSet::iterator> selections_Y_sorted; in StartingChildDragDrop() local
749 selections_Y_sorted.insert({(**sel_it)->Top(), sel_it}); in StartingChildDragDrop()
753 for (const auto& sorted_sel : selections_Y_sorted) { in StartingChildDragDrop()
760 for (const auto& sorted_sel : selections_Y_sorted) { in StartingChildDragDrop()