summaryrefslogtreecommitdiff
path: root/plugingui/textedit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/textedit.cc')
-rw-r--r--plugingui/textedit.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugingui/textedit.cc b/plugingui/textedit.cc
index fd2f891..b6945de 100644
--- a/plugingui/textedit.cc
+++ b/plugingui/textedit.cc
@@ -135,7 +135,7 @@ void TextEdit::preprocessText()
void TextEdit::repaintEvent(RepaintEvent* repaintEvent)
{
- if(needs_preprocessing)
+ if(needs_preprocessing)
{
preprocessText();
}
@@ -153,7 +153,7 @@ void TextEdit::repaintEvent(RepaintEvent* repaintEvent)
box.setSize(width(), height());
p.drawImage(0, 0, box);
- p.setColour(Colour(183.0 / 255.0, 219.0 / 255.0, 255.0 / 255.0, 1));
+ p.setColour(Colour(183.0f/255.0f, 219.0f/255.0f, 255.0f/255.0f, 1.0f));
int ypos = font.textHeight() + y_border;