git-svn-id: svn://ultimatepp.org/upp/trunk@6732 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-01-08 06:59:53 +00:00
parent b27eab2ce4
commit afae48b46e

View file

@ -197,8 +197,8 @@ void RichEdit::StdBar(Bar& menu)
String ofieldparam;
RichObject object;
if(GetSelection(l, h)) {
CopyTool(menu);
CutTool(menu);
CopyTool(menu);
PasteTool(menu);
}
else {