--Code changes

Add DoubleSpinBoxTableItemDelegate.h to Fractorium.pro to get it building on Linux.
This commit is contained in:
mfeemster
2015-05-29 21:57:09 -07:00
parent 83ad93aadf
commit c97946c660
4 changed files with 2 additions and 4 deletions

View File

@ -23,7 +23,6 @@ SpinBox::SpinBox(QWidget* p, int h, int step)
m_SmallStep = 1;
setSingleStep(step);
setFrame(false);
//setAttribute(Qt::WA_PaintOnScreen);
setButtonSymbols(QAbstractSpinBox::NoButtons);
setFocusPolicy(Qt::StrongFocus);
setMinimumHeight(h);//setGeometry() has no effect, so set both of these instead.