GUI: invert some compat flags

they are called "compatibility" flags for a reason
it doesn't make too much sense to have some of these flags enabled
when creating a new Furnace song.
This commit is contained in:
tildearrow 2022-10-09 17:59:44 -05:00
parent 7fd808fd31
commit 6a3def514a
3 changed files with 31 additions and 19 deletions

View file

@ -1644,6 +1644,9 @@ class FurnaceGUI {
bool CWSliderFloat(const char* label, float* v, float v_min, float v_max, const char* format="%.3f", ImGuiSliderFlags flags=0);
bool CWVSliderInt(const char* label, const ImVec2& size, int* v, int v_min, int v_max, const char* format="%d", ImGuiSliderFlags flags=0);
// inverted checkbox
bool InvCheckbox(const char* label, bool* value);
void updateWindowTitle();
void autoDetectSystem();
void prepareLayout();