Changes between Version 1 and Version 2 of Ticket #1109, comment 21


Ignore:
Timestamp:
Nov 14, 2016, 7:11:08 PM (8 years ago)
Author:
Vladislav Belov

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1109, comment 21

    v1 v2  
    1 Few notes: &(dst.m_MiniPatches[0][0]) == &dst.m_MiniPatches[0][0], becuase priority of `&` is smaller than of `()`. `m_SelectionRadius = double(std::min(m_NewSize, m_CurrentSize)) / std::max(m_NewSize, m_CurrentSize) * PanelRadius;` why double?
     1Few notes: &(dst.m_MiniPatches[0][0]) == &dst.m_MiniPatches[0][0], because priority of `&` is smaller than of `()`. `m_SelectionRadius = double(std::min(m_NewSize, m_CurrentSize)) / std::max(m_NewSize, m_CurrentSize) * PanelRadius;` why double? Few no new line warnings.