From 1363ab2f8f0bc56e8303f2a1673644404c41ef03 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 23 Jun 2013 19:00:30 +0000 Subject: Fix font units. On Mac OS X, QT may return 0 for certain font metrics components. --- src/gui/debate.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/debate.cc') diff --git a/src/gui/debate.cc b/src/gui/debate.cc index dbec1ae8..f96e5427 100644 --- a/src/gui/debate.cc +++ b/src/gui/debate.cc @@ -1,5 +1,6 @@ // Copyright (C) 2011-2013, Gabriel Dos Reis. // All rights reserved. +// Written by Gabriel Dos Reis. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are -- cgit v1.2.3