1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fixed build under GTK

This commit is contained in:
YuSanka
2020-08-13 08:20:22 +02:00
parent 79ba488d5d
commit 491e7b16f9
+2
View File
@@ -3168,6 +3168,8 @@ bool Tab::may_discard_current_dirty_preset(PresetCollection* presets /*= nullptr
if (dlg.move_preset())
// move selected changes
return false;
return false;
/*
// Display a dialog showing the dirty options in a human readable form.
const Preset& old_preset = presets->get_edited_preset();