mirror of
https://github.com/huderlem/porymap.git
synced 2026-04-22 09:37:41 -05:00
fixing build errors
Are these only present on non-Windows computers?
This commit is contained in:
parent
9c2cf84983
commit
f227805b7f
|
|
@ -2,6 +2,7 @@
|
|||
#include <QCheckBox>
|
||||
#include <QPainter>
|
||||
#include <QMouseEvent>
|
||||
#include <math.h>
|
||||
|
||||
Editor::Editor(Ui::MainWindow* ui)
|
||||
{
|
||||
|
|
@ -249,7 +250,7 @@ void Editor::setConnectionEditControlsEnabled(bool enabled) {
|
|||
ui->spinBox_ConnectionOffset->setEnabled(enabled);
|
||||
|
||||
if (!enabled) {
|
||||
setConnectionEditControlValues(false);
|
||||
setConnectionEditControlValues(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user