Merge pull request #58 from garakmon/master

macOS build fixes
This commit is contained in:
Marcus Huderle 2018-07-13 19:19:50 -07:00 committed by GitHub
commit 9b44850f28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
#include <QCheckBox>
#include <QPainter>
#include <QMouseEvent>
#include <math.h>
bool selectingEvent = false;
@ -255,7 +256,7 @@ void Editor::setConnectionEditControlsEnabled(bool enabled) {
ui->spinBox_ConnectionOffset->setEnabled(enabled);
if (!enabled) {
setConnectionEditControlValues(false);
setConnectionEditControlValues(0);
}
}