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:
parent
7fd808fd31
commit
6a3def514a
3 changed files with 31 additions and 19 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue