src/gui_actions.cpp

changeset 492
e964085e6913
parent 485
543a6696096f
child 493
16766ac1bbd9
equal deleted inserted replaced
491:7d1b5ecd76c0 492:e964085e6913
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;

mercurial