updated todo + minor changes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2014-01-05 09:36:33 +04:00
parent 9e4c3cdb1f
commit 9f3c18660a
2 changed files with 2 additions and 1 deletions

View File

@ -110,6 +110,7 @@ Roadmap
[_] 32% Gen 3 current todo
[_] 64% High priority
[_] BUG: panels: open/close events get triggered on panel drag/sort...
[_] buildcache: add option to control image sort...
[_] ASAP: Need visual indicators for long operations...
[_] 66% tags

View File

@ -461,11 +461,11 @@ function makePanelController(title, content_builder, panel_setup, content_resiza
// 2) if no panel exists, create it
// - content_builder() must return panel content
// XXX need to get saved coordinates...
if(panel.length == 0){
panel = makeSubPanel(title, content_builder(), parent, open, content_resizable)
.attr('id', title)
// XXX should this be before or after the append???
panel_setup(panel)
// trigger the open event...