diff options
Diffstat (limited to 'ds9/parsers/colorbarparser.tac')
-rw-r--r-- | ds9/parsers/colorbarparser.tac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/parsers/colorbarparser.tac b/ds9/parsers/colorbarparser.tac index 21e7572..a1252a5 100644 --- a/ds9/parsers/colorbarparser.tac +++ b/ds9/parsers/colorbarparser.tac @@ -41,7 +41,7 @@ colorbar : yesno {ProcessCmdSet view colorbar $1 UpdateView} | FONTWEIGHT_ fontWeight {ProcessCmdSet colorbar font,weight $2 UpdateView} | FONTSLANT_ fontSlant {ProcessCmdSet colorbar font,slant $2 UpdateView} # backward compatibility - | FONTSTYLE_ fontStyle {ColorbarCmdFontStyle $2 UpdateView} + | FONTSTYLE_ fontStyle {ProcessCmdFontStyle colorbar font $2 UpdateView} | orientation {ProcessCmdSet colorbar orientation $1 UpdateView} # backward compatibility |