- Status Closed
- Percent Complete
- Task Type Bug Report
- Category QCAD (main)
-
Assigned To
andrew - Operating System All
- Severity Very Low
- Priority Defer
- Reported Version n/a
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: QCAD Bugtracker
Opened by mdrench - 10.04.2012
Last edited by andrew - 02.03.2013
Opened by mdrench - 10.04.2012
Last edited by andrew - 02.03.2013
FS#540 - "pa" ("parallel") keycode triggers wrong action
In the latest QCAD Community Edition source code (2.0.5.0-1-community), the wrong action is triggered for the “pa” keycode. Specifically, it triggers the basic draw line command. Here is the relevant code from qcadcmd/src/rs_commands.cpp, in RS_Commands::keycodeToAction:
} else if (c==tr("li", "line")) {
ret = RS2::ActionDrawLine;
} else if (c==tr("pa", "parallel")) {
ret = RS2::ActionDrawLine;
I believe this should instead be:
} else if (c==tr("li", "line")) {
ret = RS2::ActionDrawLine;
} else if (c==tr("pa", "parallel")) {
ret = RS2::ActionDrawLineParallel;
Closed by andrew
02.03.2013 14:40
Reason for closing: Won't fix
Additional comments about closing:
02.03.2013 14:40
Reason for closing: Won't fix
Additional comments about closing:
Outdated.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task