aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.cpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-02-04 09:25:25 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-02-04 09:25:25 -0500
commit164de60e121552d92712179d480ef1859f42127a (patch)
treeab91e0422c6fe159051149cc1e77cb7689d1f3e6 /src/ui.cpp
parent814dab606cfeeabd4aeecba852507c3c3f1a005f (diff)
parent2cb30b167401f1785ebfa744e8612639a150deb2 (diff)
Volume Mixer
Diffstat (limited to 'src/ui.cpp')
-rw-r--r--src/ui.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ui.cpp b/src/ui.cpp
index 937367c..f666874 100644
--- a/src/ui.cpp
+++ b/src/ui.cpp
@@ -976,7 +976,7 @@ namespace ui {
fwrite(&bgr, 1,3*SCREEN_WIDTH*SCREEN_HEIGHT,bmp);
delete[] pixels;
-
+
fclose(bmp);
}
@@ -1000,8 +1000,10 @@ DONE:
if(dialogImportant){
dialogImportant = false;
setFontSize(16);
- toggleBlack();
+ //toggleBlack();
}
+ /*if(ui::fontSize != 16)
+ setFontSize(16);*/
dialogBoxExists = false;
}