mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixes by clang-format
This commit is contained in:
committed by
Magne Sjaastad
parent
64a719b1f4
commit
6b5f4dddc9
@@ -66,10 +66,10 @@ QWidget* RimPlot::createViewWidget( QWidget* parent /*= nullptr */ )
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimPlot::updateFonts()
|
||||
{
|
||||
if (viewer())
|
||||
if ( viewer() )
|
||||
{
|
||||
viewer()->setPlotTitleFontSize(titleFontSize());
|
||||
viewer()->setLegendFontSize(legendFontSize());
|
||||
viewer()->setPlotTitleFontSize( titleFontSize() );
|
||||
viewer()->setLegendFontSize( legendFontSize() );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user