GUI: add ability to select entire row
when clicking on row number
This commit is contained in:
parent
297ab01d4c
commit
1ba5ac6766
5 changed files with 54 additions and 22 deletions
|
|
@ -2350,7 +2350,7 @@ bool FurnaceGUI::loop() {
|
|||
}
|
||||
sampleDragActive=false;
|
||||
if (selecting) {
|
||||
cursor=selEnd;
|
||||
if (!selectingFull) cursor=selEnd;
|
||||
finishSelection();
|
||||
demandScrollX=true;
|
||||
if (cursor.xCoarse==selStart.xCoarse && cursor.xFine==selStart.xFine && cursor.y==selStart.y &&
|
||||
|
|
@ -3975,6 +3975,7 @@ FurnaceGUI::FurnaceGUI():
|
|||
chanOscDocked(false),
|
||||
*/
|
||||
selecting(false),
|
||||
selectingFull(false),
|
||||
curNibble(false),
|
||||
orderNibble(false),
|
||||
followOrders(true),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue