mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Ref T709, smaller style changes
This commit is contained in:
committed by
Mat Sutcliffe
parent
26afc5160d
commit
0b728053f0
@@ -17,7 +17,6 @@
|
||||
|
||||
namespace XSwiftBus
|
||||
{
|
||||
|
||||
void CMessageBox::draw()
|
||||
{
|
||||
const int messageCount = static_cast<int>(m_messages.size());
|
||||
@@ -139,7 +138,6 @@ namespace XSwiftBus
|
||||
m_messageBox.setMessages(end - lines, end);
|
||||
m_messageBox.enableArrows(m_position > lines, m_position < m_messages.size());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
//! \endcond
|
||||
|
||||
Reference in New Issue
Block a user