summaryrefslogtreecommitdiff
path: root/dw/fltkcomplexbutton.cc
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2011-02-09 01:31:14 +0000
committercorvid <corvid@lavabit.com>2011-02-09 01:31:14 +0000
commita11a2e0366866db9409760d312eda22a5bf0a690 (patch)
treec3aaaaf329bd6725bf02a38d2af5cf04bbcf05b6 /dw/fltkcomplexbutton.cc
parent5f25bfeed977c88e2b9ee2cb5f84bb2ba46f719f (diff)
disable symbol-interpretation in labels
There was some discussion of how to do this last month in fltk-dev http://fltk.org/newsgroups.php?s10630+gfltk.development+v10640+T0
Diffstat (limited to 'dw/fltkcomplexbutton.cc')
-rw-r--r--dw/fltkcomplexbutton.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/dw/fltkcomplexbutton.cc b/dw/fltkcomplexbutton.cc
index e1427a9e..435ccb03 100644
--- a/dw/fltkcomplexbutton.cc
+++ b/dw/fltkcomplexbutton.cc
@@ -173,7 +173,6 @@ ComplexButton::ComplexButton(int X, int Y, int W, int H, const char *L)
down_box(FL_NO_BOX);
value_ = oldval = 0;
shortcut_ = 0;
- set_flag(SHORTCUT_LABEL);
}
ComplexButton::~ComplexButton() {