diff --git a/editor/cutemarked/files/cutemarked-0.11.3-bgcolor.patch b/editor/cutemarked/files/cutemarked-0.11.3-bgcolor.patch new file mode 100644 index 0000000000..8cf1fe5f1c --- /dev/null +++ b/editor/cutemarked/files/cutemarked-0.11.3-bgcolor.patch @@ -0,0 +1,12 @@ +diff --git a/app/styles/markdown.css b/app/styles/markdown.css +index 7c87385..607f025 100644 +--- a/app/styles/markdown.css ++++ b/app/styles/markdown.css +@@ -25,6 +25,7 @@ body{ + line-height: 1; + max-width: 960px; + padding: 30px; ++ background-color: #ffffff; + } + h1, h2, h3, h4 { + color: #111111; diff --git a/editor/cutemarked/files/cutemarked-0.11.3-qaction-include.patch b/editor/cutemarked/files/cutemarked-0.11.3-qaction-include.patch new file mode 100644 index 0000000000..5e58594590 --- /dev/null +++ b/editor/cutemarked/files/cutemarked-0.11.3-qaction-include.patch @@ -0,0 +1,11 @@ +diff -Nru a/app/optionsdialog.cpp b/app/optionsdialog.cpp +--- a/app/optionsdialog.cpp 2016-03-28 13:48:50.000000000 +0200 ++++ b/app/optionsdialog.cpp 2018-06-05 07:28:09.086517828 +0200 +@@ -17,6 +17,7 @@ + #include "optionsdialog.h" + #include "ui_optionsdialog.h" + ++#include + #include + #include + #include diff --git a/editor/cutemarked/pspec.xml b/editor/cutemarked/pspec.xml index 3c4d3f8af5..d43f0350a1 100644 --- a/editor/cutemarked/pspec.xml +++ b/editor/cutemarked/pspec.xml @@ -21,7 +21,11 @@ qt5-designer-devel qt5-linguist discount-devel - + + + cutemarked-0.11.3-bgcolor.patch + cutemarked-0.11.3-qaction-include.patch +