TW-1534
- TW-1534 Urgency coefficient for user project disables 'info' output(thanks to
Martin).
- Reimplemented 'information' command urgency details as a ViewText.
- Fixed math bug in rightJustify.
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
|
||||
#include <string>
|
||||
#include <Command.h>
|
||||
#include <ViewText.h>
|
||||
|
||||
class CmdInfo : public Command
|
||||
{
|
||||
@@ -37,7 +38,7 @@ public:
|
||||
int execute (std::string&);
|
||||
|
||||
private:
|
||||
std::string urgencyTerm (const std::string&, float, float) const;
|
||||
void urgencyTerm (ViewText&, const std::string&, float, float) const;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user