[TD]fix camera/front buttons on Proj Group dialog
This commit is contained in:
@@ -589,3 +589,7 @@ int Preferences::BreakType()
|
||||
}
|
||||
|
||||
|
||||
bool Preferences::useCameraDirection()
|
||||
{
|
||||
return getPreferenceGroup("General")->GetBool("UseCameraDirection", false);
|
||||
}
|
||||
|
||||
@@ -135,6 +135,8 @@ public:
|
||||
static int BreakType();
|
||||
|
||||
static bool useExactMatchOnDims();
|
||||
|
||||
static bool useCameraDirection();
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user