mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-02 22:34:52 -04:00
--User changes
-Add backward compatibility option for the following variations: cos, cosh, cot, coth, csc, csch, sec, sech, sin, sinh, tan, tanh. -Add the ability to re-order variations by dragging them in the Info tab.
This commit is contained in:
@ -262,6 +262,7 @@ public:
|
||||
|
||||
//Info.
|
||||
virtual void FillSummary() { }
|
||||
virtual void ReorderVariations(QTreeWidgetItem* item) { }
|
||||
|
||||
//Rendering/progress.
|
||||
virtual bool Render() { return false; }
|
||||
@ -556,6 +557,7 @@ public:
|
||||
|
||||
//Info.
|
||||
virtual void FillSummary() override;
|
||||
virtual void ReorderVariations(QTreeWidgetItem* item) override;
|
||||
|
||||
//Rendering/progress.
|
||||
virtual bool Render() override;
|
||||
|
Reference in New Issue
Block a user