~inkscape.dev/inkscape/trunk

« back to all changes in this revision

Viewing changes to src/ui/tools/tool-base.cpp

  • Committer: Adrian Boguszewski
  • Date: 2016-06-11 09:31:39 UTC
  • mfrom: (14974 trunk)
  • mto: This revision was merged to the branch mainline in revision 15047.
  • Revision ID: adrbogus1@student.pg.gda.pl-20160611093139-2actvfnl4xi10vmw
Added return value to remove

Show diffs side-by-side

added added

removed removed

Lines of Context:
683
683
            }
684
684
            break;
685
685
 
 
686
        case GDK_KEY_Menu:
 
687
            sp_event_root_menu_popup(desktop, NULL, event);
 
688
            ret = TRUE;
 
689
            break;
 
690
 
686
691
        case GDK_KEY_F10:
687
692
            if (MOD__SHIFT_ONLY(event)) {
688
693
                sp_event_root_menu_popup(desktop, NULL, event);