08-30-2016, 05:05 AM
Dear Curvy users,
a new version will be released on 5th September, fixing the below know bugs. Workarounds/Fixes can be applied manually until that:
Import/Export button always visible, ignoring Global Toolbar setting from the preferences
Plese go to CurvyToolbar.cs, class TBImportExport and add:
a new version will be released on 5th September, fixing the below know bugs. Workarounds/Fixes can be applied manually until that:
Import/Export button always visible, ignoring Global Toolbar setting from the preferences
Plese go to CurvyToolbar.cs, class TBImportExport and add:
Code:
public override void OnSelectionChange()
{
Visible = CurvyProject.Instance.ShowGlobalToolbar;
}