Files
wxWidgets/src/generic/grid.cpp
Vadim Zeitlin b585ef67af Consistently write loops over wxRegionIterator in the same way
Standardize on a single loop for all versions of it and prefer to use
"for" loops with the iterator increment directly in the loop statement
instead of using "while" loops with the increment somewhere inside the
loop, where it could be possibly skipped by a "continue" statement.

No real changes.
2022-05-02 21:52:25 +01:00

354 KiB