Re: new toolbars
Posted by
ravas on
Sep 10, 2015; 8:15pm
URL: https://forum.librecad.org/new-toolbars-tp5712125p5712203.html
Yes that's what I was referring to by the forward-stepping issue.
Take a look at:
/**
* Goes one step further in the current action.
*/
void QC_ApplicationWindow::slotEnter() {
RS_DEBUG->print("QC_ApplicationWindow::slotEnter(): begin\n");
// if (cadToolBar) {
// cadToolBar->forceNext();
// } else {
RS_GraphicView* graphicView = getGraphicView();
if (graphicView) {
graphicView->enter();
}
// }
// }
RS_DEBUG->print("QC_ApplicationWindow::slotEnter(): end\n");
}
We will need to figure out an alternative to forceNext if we want the other behavior... I think.
--
Larger than 1080? hmm... this might be an issue of old settings.
There is plenty of room for the commandline at the bottom for me on 1080 (screen shot?).
Although the new default layout doesn't include it at the bottom.
Try the Layout button in application preferences -> defaults... then restart LC.
I'm not sure of how else to handle the old settings.