Loading editor/src/htmlimport.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -1262,9 +1262,6 @@ void blogi::htmlimport::htmlElementToWidgetXml( w->SetAttribute("margin", cssProps["margin"].c_str()); if (cssProps.count("width")) w->SetAttribute("width", cssProps["width"].c_str()); if (cssClass.find("con-kit-fade-box") != std::string::npos) fprintf(stderr, "[DBG3] at div-branch height=%s\n", cssProps.count("height") ? cssProps["height"].c_str() : "<absent>"); if (cssProps.count("height")) w->SetAttribute("height", cssProps["height"].c_str()); if (!cssClass.empty()) Loading Loading
editor/src/htmlimport.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -1262,9 +1262,6 @@ void blogi::htmlimport::htmlElementToWidgetXml( w->SetAttribute("margin", cssProps["margin"].c_str()); if (cssProps.count("width")) w->SetAttribute("width", cssProps["width"].c_str()); if (cssClass.find("con-kit-fade-box") != std::string::npos) fprintf(stderr, "[DBG3] at div-branch height=%s\n", cssProps.count("height") ? cssProps["height"].c_str() : "<absent>"); if (cssProps.count("height")) w->SetAttribute("height", cssProps["height"].c_str()); if (!cssClass.empty()) Loading