summaryrefslogtreecommitdiff
path: root/src/corelib/gfxbase.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-07-24 12:43:00 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-07-24 12:43:00 +0000
commit8cede30bc7849a64720b7d34d7f3d3770489ca93 (patch)
treeb00074bf2f43c5aeaa8ae72ab93253263daacfed /src/corelib/gfxbase.pas
parent12dd5b67b43e46618a72dcb7ccf3d3679e27d555 (diff)
downloadfpGUI-8cede30bc7849a64720b7d34d7f3d3770489ca93.tar.xz
* Updated gfx_x11 to reflect the changes about modal forms.
* Minor improvements to the TfpgComboBox.
Diffstat (limited to 'src/corelib/gfxbase.pas')
-rw-r--r--src/corelib/gfxbase.pas1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/gfxbase.pas b/src/corelib/gfxbase.pas
index 43f6bdfb..5687daf9 100644
--- a/src/corelib/gfxbase.pas
+++ b/src/corelib/gfxbase.pas
@@ -793,7 +793,6 @@ begin
{ What was not handled: underline }
if Pos('UNDERLINE', UpperCase(Font.FontDesc)) > 0 then
begin
- writeln('underline detected in font');
underline := (Font.Descent div 2) + 1;
if underline = 0 then
underline := 1;