Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
CB log tab : Copy selection to clipboard
killerbot:
who is able to succeed on that (on linux) ?
For me always like this :
- select something
- right click in order to select (Copy selection to clipboard) ==> nothing more selected
==> unable to copy something
Jenna:
Does not work here either, "Ctrl+C" also fails, but "Shift+Del" works.
oBFusCATed:
It is cause by one of my commits, which changed the API. :(
Will check in a minute...
oBFusCATed:
Hm, my commit is 8798 and I don't think it is the cause for the problem.
killerbot: do you have a working version?
Jenna:
It is your commit.
The issue is caused by sdk/loggers.cpp:189:
--- Code: --- wxWindowUpdateLocker noUpdates(control);
--- End code ---
The update-locker seems to clear the selection.
I think it's not needed there, because the function only reads the style and does not do anything critical.
Removing it, should not do any harm and makes the issue go away.
Navigation
[0] Message Index
[#] Next page
Go to full version