mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibGUI: Misc tweaks
Minus two empty lines because clang-format insists on it, and plus an underscore.
This commit is contained in:
committed by
Andreas Kling
parent
91d3fc54be
commit
fd11c96e8e
@@ -198,8 +198,8 @@ void GItemView::mousemove_event(GMouseEvent& event)
|
||||
selection().add(model()->index(item_index, model_column()));
|
||||
}
|
||||
if (event.modifiers() & Mod_Ctrl) {
|
||||
for (auto storeditem : m_rubber_band_remembered_selection) {
|
||||
selection().add(storeditem);
|
||||
for (auto stored_item : m_rubber_band_remembered_selection) {
|
||||
selection().add(stored_item);
|
||||
}
|
||||
}
|
||||
update();
|
||||
|
||||
Reference in New Issue
Block a user