Added mor POD to the graphing system and adjusted the palette api to be more robust.
This commit is contained in:
parent
d089ee627f
commit
3c1a50ee38
4 changed files with 534 additions and 15 deletions
|
|
@ -298,6 +298,8 @@ sub getOperations {
|
|||
'listGraphicsOptions' => 'WebGUI::Operation::Graphics',
|
||||
'listFonts' => 'WebGUI::Operation::Graphics',
|
||||
'listPalettes' => 'WebGUI::Operation::Graphics',
|
||||
'moveColorDown' => 'WebGUI::Operation::Graphics',
|
||||
'moveColorUp' => 'WebGUI::Operation::Graphics',
|
||||
'removeColorFromPalette' => 'WebGUI::Operation::Graphics',
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue