diff options
author | corvid <corvid@lavabit.com> | 2011-02-09 01:31:14 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-02-09 01:31:14 +0000 |
commit | a11a2e0366866db9409760d312eda22a5bf0a690 (patch) | |
tree | c3aaaaf329bd6725bf02a38d2af5cf04bbcf05b6 /dw/fltkcomplexbutton.cc | |
parent | 5f25bfeed977c88e2b9ee2cb5f84bb2ba46f719f (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.cc | 1 |
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() { |