[Gtkwave-users] [patch] signal window drag n drop improvement
Brought to you by:
gtkwave,
joel1234567
From: Sophana K <sop...@gm...> - 2012-10-08 09:40:21
|
Hi Here is a patch improving the signal window drag and drop. The problem was selecting multiple signals, then drag n drop them. The click event did unselect all signals before moving them. The solution is to delay the selection (when the signal under curdor is highlighted) to the button released event. Now, it is possible to select multiple signals, then drag n drop them. Best regards |