src/gui_actions.cpp

changeset 542
46a33bdc0b36
parent 539
72ad83a67165
child 550
d97594e3fc54
equal deleted inserted replaced
541:0e38beeb050a 542:46a33bdc0b36
464 // ============================================================================= 464 // =============================================================================
465 // ----------------------------------------------------------------------------- 465 // -----------------------------------------------------------------------------
466 extern_cfg (Bool, gl_axes); 466 extern_cfg (Bool, gl_axes);
467 DEFINE_ACTION (Axes, 0) 467 DEFINE_ACTION (Axes, 0)
468 { gl_axes = !gl_axes; 468 { gl_axes = !gl_axes;
469 ACTION (Axes)->setChecked (gl_axes); 469 g_win->updateActions();
470 g_win->R()->update(); 470 g_win->R()->update();
471 } 471 }
472 472
473 // ============================================================================= 473 // =============================================================================
474 // ----------------------------------------------------------------------------- 474 // -----------------------------------------------------------------------------
608 608
609 // ============================================================================= 609 // =============================================================================
610 // ----------------------------------------------------------------------------- 610 // -----------------------------------------------------------------------------
611 DEFINE_ACTION (BFCView, SHIFT (B)) 611 DEFINE_ACTION (BFCView, SHIFT (B))
612 { gl_colorbfc = !gl_colorbfc; 612 { gl_colorbfc = !gl_colorbfc;
613 ACTION (BFCView)->setChecked (gl_colorbfc); 613 g_win->updateActions();
614 g_win->R()->refresh(); 614 g_win->R()->refresh();
615 } 615 }
616 616
617 // ============================================================================= 617 // =============================================================================
618 // ----------------------------------------------------------------------------- 618 // -----------------------------------------------------------------------------

mercurial