mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:10:05 +00:00
Gl cleanup clang-tidy fixes
This commit is contained in:
parent
d5e5019811
commit
4955dcd2c9
5 changed files with 15 additions and 6 deletions
|
|
@ -513,7 +513,7 @@ void OverlayLayer::Render(const std::shared_ptr<MapContext>& mapContext,
|
|||
p->icons_->SetIconVisible(p->mapCenterIcon_,
|
||||
generalSettings.show_map_center().GetValue());
|
||||
|
||||
QMargins colorTableMargins = mapContext->color_table_margins();
|
||||
const QMargins colorTableMargins = mapContext->color_table_margins();
|
||||
if (colorTableMargins != p->lastColorTableMargins_ || p->firstRender_)
|
||||
{
|
||||
// Draw map logo with a 10x10 indent from the bottom left
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue