src/primitives.cpp

changeset 473
2a84149fe642
parent 461
fbcc91ae1dd2
child 475
1f5ab7410e4d
equal deleted inserted replaced
472:8986414c6ad5 473:2a84149fe642
24 #include "gui.h" 24 #include "gui.h"
25 #include "primitives.h" 25 #include "primitives.h"
26 #include "ui_makeprim.h" 26 #include "ui_makeprim.h"
27 #include "misc.h" 27 #include "misc.h"
28 #include "colors.h" 28 #include "colors.h"
29 #include "moc_primitives.cxx"
29 30
30 List<PrimitiveCategory> g_PrimitiveCategories; 31 List<PrimitiveCategory> g_PrimitiveCategories;
31 static PrimitiveLister* g_activePrimLister = null; 32 static PrimitiveLister* g_activePrimLister = null;
32 static bool g_primListerMutex = false; 33 static bool g_primListerMutex = false;
33 List<Primitive> g_primitives; 34 List<Primitive> g_primitives;
562 // If the current value is 16 and we switch to hi-res, default the 563 // If the current value is 16 and we switch to hi-res, default the
563 // spinbox to 48. 564 // spinbox to 48.
564 if (on && ui->sb_segs->value() == lores) 565 if (on && ui->sb_segs->value() == lores)
565 ui->sb_segs->setValue (hires); 566 ui->sb_segs->setValue (hires);
566 } 567 }
567
568 #include "build/moc_primitives.cpp"

mercurial