518 g_win->R()->setEditMode (Draw); |
518 g_win->R()->setEditMode (Draw); |
519 } |
519 } |
520 |
520 |
521 // ============================================================================= |
521 // ============================================================================= |
522 // ----------------------------------------------------------------------------- |
522 // ----------------------------------------------------------------------------- |
|
523 DEFINE_ACTION (ModeCircle, CTRL (3)) |
|
524 { g_win->R()->setEditMode (CircleMode); |
|
525 } |
|
526 |
|
527 // ============================================================================= |
|
528 // ----------------------------------------------------------------------------- |
523 DEFINE_ACTION (SetDrawDepth, 0) { |
529 DEFINE_ACTION (SetDrawDepth, 0) { |
524 if (g_win->R()->camera() == GL::Free) |
530 if (g_win->R()->camera() == GL::Free) |
525 return; |
531 return; |
526 |
532 |
527 bool ok; |
533 bool ok; |