mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 21:20:07 -05:00
--Bug fixes
-Right clicking when showing only current affines caused a crash.
This commit is contained in:
parent
1ed8f09eb3
commit
4550f9dc87
@ -919,8 +919,6 @@ void GLEmberController<T>::MousePress(QMouseEvent* e)
|
||||
{
|
||||
if (m_Fractorium->DrawImage())
|
||||
{
|
||||
UpdateHover(mouseFlipped);
|
||||
m_SelectedXform = m_HoverXform;
|
||||
m_CenterDownX = ember->m_CenterX;//Capture these because they will change when rotating and scaling.
|
||||
m_CenterDownY = ember->m_CenterY;
|
||||
m_RotationDown = ember->m_Rotate;
|
||||
|
Loading…
Reference in New Issue
Block a user