gui1: Formatting tweak
Just so I can get an amendment to the previous commit's message (commit
65ea7152d0
) in without force-pushing.
It was a bitwise AND, yes. That doesn't make any more sense in context
than the fictitious bitwise OR version.
This commit is contained in:
parent
65ea7152d0
commit
1f50e28023
1 changed files with 2 additions and 2 deletions
|
@ -1356,8 +1356,8 @@ void unit_preview_pane::draw_contents()
|
|||
}
|
||||
|
||||
// we don't remove empty lines, so all fields stay at the same place
|
||||
const std::vector<std::string> lines = utils::split(text.str(), '\n',
|
||||
utils::STRIP_SPACES);
|
||||
const std::vector<std::string> lines
|
||||
= utils::split(text.str(), '\n', utils::STRIP_SPACES);
|
||||
|
||||
|
||||
int ypos = area.y;
|
||||
|
|
Loading…
Add table
Reference in a new issue