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
@@ -48,7 +48,7 @@ public:
|
||||
void updateFromBackgroundColor( const cvf::Color3f& backgroundColor );
|
||||
|
||||
void createGridBoxParts();
|
||||
void setGridLabelFontSize(int fontSize);
|
||||
void setGridLabelFontSize( int fontSize );
|
||||
void updateFromCamera( const cvf::Camera* camera );
|
||||
|
||||
cvf::Model* model();
|
||||
@@ -124,7 +124,7 @@ private:
|
||||
|
||||
cvf::Color3f m_gridColor;
|
||||
cvf::Color3f m_gridLegendColor;
|
||||
int m_fontPointSize;
|
||||
int m_fontPointSize;
|
||||
|
||||
bool m_needsRegeneration;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user