Vector clip tool always needs to repaint in modes 1-4.

Originally committed to SVN as r4460.
This commit is contained in:
Thomas Goyne 2010-06-08 06:09:02 +00:00
parent b867eec7f3
commit ae099a3363
1 changed files with 2 additions and 0 deletions

View File

@ -102,5 +102,7 @@ public:
VisualToolVectorClip(VideoDisplay *parent, VideoState const& video, wxToolBar *toolbar);
void Draw();
bool Update() { return mode >= 1 && mode <= 4; }
/// Subtoolbar button click handler
void OnSubTool(wxCommandEvent &event);
};