Merge remote-tracking branch 'origin/ys_dev_native' into dev_native

This commit is contained in:
YuSanka 2018-10-18 11:41:29 +02:00
commit 80f79451f7
7 changed files with 405 additions and 204 deletions

View file

@ -30,11 +30,11 @@ class Tab;
enum QuickSlice
{
qsUndef,
qsReslice,
qsSaveAs,
qsExportSVG,
qsExportPNG
qsUndef = 0,
qsReslice = 1,
qsSaveAs = 2,
qsExportSVG = 4,
qsExportPNG = 8
};
struct PresetTab {