FreeCAD: master 9d24d19e

Author Committer Branch Timestamp Parent
Franck Jullien WandererFan master 2019-05-19 09:19:00 master eafe889f
Changeset [TD] Rewrite balloon placing method

When clicking on balloon command, cursor is changing to balloon cursor.
It means user is ready to place a balloon (anywhere on the page).
Balloon object is not created until user click somewhere.

Balloon command can be aborted pressing escape or when page view lost
focus (in other words, when user clic somewhere else than the page).
mod - src/Mod/TechDraw/App/DrawPage.cpp Diff File
mod - src/Mod/TechDraw/App/DrawPage.h Diff File
mod - src/Mod/TechDraw/App/DrawViewBalloon.h Diff File
mod - src/Mod/TechDraw/Gui/Command.cpp Diff File
mod - src/Mod/TechDraw/Gui/QGIViewBalloon.cpp Diff File
mod - src/Mod/TechDraw/Gui/QGIViewBalloon.h Diff File
mod - src/Mod/TechDraw/Gui/QGVPage.cpp Diff File
mod - src/Mod/TechDraw/Gui/QGVPage.h Diff File