mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:50:06 +00:00
Fix formatting on most for clang-format for location_markers_part2
This commit is contained in:
parent
9a5d24544e
commit
23a99f081a
1 changed files with 1 additions and 2 deletions
|
|
@ -284,8 +284,7 @@ void EditMarkerDialog::Impl::set_icon_color(const std::string& color)
|
|||
}
|
||||
}
|
||||
|
||||
const int i =
|
||||
iconComboBox->findData(currentIcon);
|
||||
const int i = iconComboBox->findData(currentIcon);
|
||||
if (i < 0)
|
||||
{
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue