Skip to content
Snippets Groups Projects
Commit c451aabd authored by Axel Naumann's avatar Axel Naumann
Browse files

[v7graphics] Tone down "cannot find plain style" especially until we have it!

parent 9b0dce6e
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ static RStyle GetInitialCurrent()
static constexpr const char* kDefaultStyleName = "plain";
auto iDefStyle = GetGlobalStyles().find(std::string(kDefaultStyleName));
if (iDefStyle == GetGlobalStyles().end()) {
R__ERROR_HERE("Gpad") << "Cannot find initial default style named \"" << kDefaultStyleName
R__INFO_HERE("Gpad") << "Cannot find initial default style named \"" << kDefaultStyleName
<< "\", using an empty one.";
RStyle defStyle(kDefaultStyleName);
return RStyle::Register(std::move(defStyle));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment