[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
Re: [XaraXtreme-dev] Sliders & feathering
- From: Phil Martin <phil@xxxxxxxx>
- Date: Sun, 2 Apr 2006 10:01:18 +0100
- Subject: Re: [XaraXtreme-dev] Sliders & feathering
Sorry, I can't remember but check where Operation::End() is now being
called during dragging. It shouldn't be called during the drag at
all, only once at the end of handling the drag end event.
Phil
On 2 Apr 2006, at 00:50, Alex Bligh wrote:
--On 01 April 2006 21:40 +0100 Phil Martin <phil@xxxxxxxx> wrote:
Yes, make sure that you are only generating undo at the end of
the drag.
I.e. remove the bodge that made drag movement events behave like
drag
end events.
I've removed the bodge from wxOil/dlgmgr.cpp, which is what
highlighted
the problem. Was there another bodge put into the feather stuff?
Alex