Index: head/games/solarus-quest-editor/files/patch-include_gui_plain__text__edit.h =================================================================== --- head/games/solarus-quest-editor/files/patch-include_gui_plain__text__edit.h (nonexistent) +++ head/games/solarus-quest-editor/files/patch-include_gui_plain__text__edit.h (revision 402598) @@ -0,0 +1,11 @@ +--- include/gui/plain_text_edit.h.orig 2015-11-29 14:07:34 UTC ++++ include/gui/plain_text_edit.h +@@ -73,7 +73,7 @@ protected: + if (show_margin) { + const QRect rect = event->rect(); + const QFont font = currentCharFormat().font(); +- int x = std::round(QFontMetrics(font).maxWidth() * margin) ++ int x = ::round(QFontMetrics(font).maxWidth() * margin) + + contentOffset().x() + + document()->documentMargin(); + Property changes on: head/games/solarus-quest-editor/files/patch-include_gui_plain__text__edit.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property