forked from organicmaps/organicmaps
Review fixes.
This commit is contained in:
parent
ee5650fa1a
commit
4538db2175
1 changed files with 2 additions and 1 deletions
|
@ -173,7 +173,8 @@ void SampleView::Clear()
|
|||
OnSearchCompleted();
|
||||
}
|
||||
|
||||
void SampleView::OnLocationChanged(Qt::DockWidgetArea area) {
|
||||
void SampleView::OnLocationChanged(Qt::DockWidgetArea area)
|
||||
{
|
||||
if (area == Qt::RightDockWidgetArea)
|
||||
layout()->setContentsMargins(m_rightAreaMargins);
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue