mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-07 23:31:51 +08:00
Fixed build under GTK
This commit is contained in:
parent
79ba488d5d
commit
491e7b16f9
@ -3168,6 +3168,8 @@ bool Tab::may_discard_current_dirty_preset(PresetCollection* presets /*= nullptr
|
|||||||
if (dlg.move_preset())
|
if (dlg.move_preset())
|
||||||
// move selected changes
|
// move selected changes
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
return false;
|
||||||
/*
|
/*
|
||||||
// Display a dialog showing the dirty options in a human readable form.
|
// Display a dialog showing the dirty options in a human readable form.
|
||||||
const Preset& old_preset = presets->get_edited_preset();
|
const Preset& old_preset = presets->get_edited_preset();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user