mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-18 22:32:44 +00:00
Switched to a custom logging lib instead of that spdlog junk
This commit is contained in:
@@ -195,7 +195,7 @@ namespace SmGui {
|
||||
i++;
|
||||
}
|
||||
else {
|
||||
spdlog::error("Invalid widget in Drawlist");
|
||||
flog::error("Invalid widget in Drawlist");
|
||||
}
|
||||
|
||||
if (elem.step != DRAW_STEP_FILL_WIDTH) { nextItemFillWidth = false; }
|
||||
@@ -293,7 +293,7 @@ namespace SmGui {
|
||||
|
||||
// Validate and clear if invalid
|
||||
if (!validate()) {
|
||||
spdlog::error("Drawlist validation failed");
|
||||
flog::error("Drawlist validation failed");
|
||||
//elements.clear();
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user