Change keyboard shortcut to show bounding box in drawing sample
Ctrl-B shortcut is already used to change background mode.
This commit is contained in:
@@ -2095,7 +2095,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size)
|
|||||||
#endif // __WXMSW__
|
#endif // __WXMSW__
|
||||||
#endif // wxUSE_GRAPHICS_CONTEXT
|
#endif // wxUSE_GRAPHICS_CONTEXT
|
||||||
menuFile->AppendSeparator();
|
menuFile->AppendSeparator();
|
||||||
menuFile->AppendCheckItem(File_BBox, wxS("Show bounding box\tCtrl-B"),
|
menuFile->AppendCheckItem(File_BBox, wxS("Show bounding box\tCtrl-E"),
|
||||||
wxS("Show extents used in drawing operations"));
|
wxS("Show extents used in drawing operations"));
|
||||||
menuFile->AppendCheckItem(File_Clip, wxT("&Clip\tCtrl-C"), wxT("Clip/unclip drawing"));
|
menuFile->AppendCheckItem(File_Clip, wxT("&Clip\tCtrl-C"), wxT("Clip/unclip drawing"));
|
||||||
menuFile->AppendCheckItem(File_Buffer, wxT("&Use wx&BufferedPaintDC\tCtrl-Z"), wxT("Buffer painting"));
|
menuFile->AppendCheckItem(File_Buffer, wxT("&Use wx&BufferedPaintDC\tCtrl-Z"), wxT("Buffer painting"));
|
||||||
|
Reference in New Issue
Block a user