mirror of https://github.com/odrling/Aegisub
Vector clip tool always needs to repaint in modes 1-4.
Originally committed to SVN as r4460.
This commit is contained in:
parent
b867eec7f3
commit
ae099a3363
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue