Fix for bug #8548: txt_copy_sel in txt_cut_sel only copied string in a local buffer.
Changed txt_cut_sel to use the clipboard.
This commit is contained in:
@@ -1033,7 +1033,7 @@ int txt_find_string(Text *text, char *findstr)
|
||||
|
||||
void txt_cut_sel (Text *text)
|
||||
{
|
||||
txt_copy_sel(text);
|
||||
txt_copy_clipboad(text);
|
||||
|
||||
txt_delete_sel(text);
|
||||
txt_make_dirty(text);
|
||||
|
||||
Reference in New Issue
Block a user