- Update to 1.5.0
This commit is contained in:
parent
b1c183ed13
commit
6cd8fbe1a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419334
3 changed files with 7 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= solarus-quest-editor
|
||||
PORTVERSION= 1.4.5
|
||||
PORTVERSION= 1.5.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= games
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (christopho-solarus-quest-editor-v1.4.5_GH0.tar.gz) = e569282947b8e4d1c21f62d9243dfb0534411bbc469fda7ff29706adb797c493
|
||||
SIZE (christopho-solarus-quest-editor-v1.4.5_GH0.tar.gz) = 11824339
|
||||
TIMESTAMP = 1469816068
|
||||
SHA256 (christopho-solarus-quest-editor-v1.5.0_GH0.tar.gz) = 5cb3ccaca86512399625403eac02eceff62a3ec06830d8ff86585979ca2dfc6a
|
||||
SIZE (christopho-solarus-quest-editor-v1.5.0_GH0.tar.gz) = 63369273
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- 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:
|
||||
--- include/widgets/plain_text_edit.h.orig 2016-07-30 20:59:16 UTC
|
||||
+++ include/widgets/plain_text_edit.h
|
||||
@@ -75,7 +75,7 @@ protected:
|
||||
if (show_margin) {
|
||||
const QRect rect = event->rect();
|
||||
const QFont font = currentCharFormat().font();
|
Loading…
Reference in a new issue