fix some warnings (#5135)
* fix some warnings * fix error caught by mac build, fix 3 more warnings * merge fix * feedback * remove color refactor
This commit is contained in:
@@ -1550,7 +1550,7 @@ void ResetBaseOptions() {
|
||||
intSliderOptionsBase.Color(THEME_COLOR).Size({320.0f, 0.0f}).Tooltip("");
|
||||
buttonOptionsBase.Color(THEME_COLOR).Size(Sizes::Inline).Tooltip("");
|
||||
checkboxOptionsBase.Color(THEME_COLOR).Tooltip("");
|
||||
comboboxOptionsBase.Color(THEME_COLOR).ComponentAlignment(ComponentAlignment::Left).LabelPosition(LabelPosition::Near).Tooltip("");
|
||||
comboboxOptionsBase.Color(THEME_COLOR).ComponentAlignment(ComponentAlignments::Left).LabelPosition(LabelPositions::Near).Tooltip("");
|
||||
}
|
||||
|
||||
void SaveEditorWindow::DrawElement() {
|
||||
|
||||
Reference in New Issue
Block a user