]> Shamusworld >> Repos - architektonas/commit
Fixed click selection and pen functionality.
authorShamus Hammons <jlhamm@acm.org>
Sat, 11 Dec 2021 01:07:32 +0000 (19:07 -0600)
committerShamus Hammons <jlhamm@acm.org>
Sat, 11 Dec 2021 01:07:32 +0000 (19:07 -0600)
commitcdde036d71eb0ea9b450345bd297c8730591b26b
treef803078a3951d4a06f732192987e103b1b151196
parentfce575a51ba1f26418869c20e63b9f388e118ab6
Fixed click selection and pen functionality.

Now when a stack of objects is clicked on, clicking on the stack will
select them one at a time.  Now it's possible to grab objects in a
rational way!  Also, removed unnecessary pen functions that caused more
problems than they solved.  Now you must use the stamp function to
change objects' visible attributes.
src/applicationwindow.cpp
src/applicationwindow.h
src/drawingview.cpp
src/drawingview.h
src/penwidget.cpp
src/penwidget.h