mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +01:00
OSX fixes.
This commit is contained in:
parent
07062693a8
commit
b835a913e4
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
#include "lc_global.h"
|
||||
#include "lc_model.h"
|
||||
#include <locale.h>
|
||||
#include "piece.h"
|
||||
#include "camera.h"
|
||||
#include "light.h"
|
||||
|
|
|
@ -57,7 +57,7 @@ void lcQImageDialog::accept()
|
|||
return;
|
||||
}
|
||||
|
||||
int start, end;
|
||||
int start = currentStep, end = currentStep;
|
||||
|
||||
if (ui->rangeAll->isChecked())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue