mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-20 06:06:52 -06:00
*RichEdit: Copy tool now enabled in ReadOnly mode too
git-svn-id: svn://ultimatepp.org/upp/trunk@6107 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
be242850ba
commit
07ae2d7efe
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ void RichEdit::CutTool(Bar& bar, dword key)
|
|||
|
||||
void RichEdit::CopyTool(Bar& bar, dword key)
|
||||
{
|
||||
bar.Add(!IsReadOnly() && IsSelection() || objectpos >= 0,
|
||||
bar.Add(IsSelection() || objectpos >= 0,
|
||||
t_("Copy"), CtrlImg::copy(), USERBACK(Copy))
|
||||
.Key(K_CTRL_INSERT)
|
||||
.Key(key);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue