Skip to content
Snippets Groups Projects
  • Lars Kanis's avatar
    eed1edad
    Fix GC bug in FXAccelTable · eed1edad
    Lars Kanis authored
    The target objects stored in the accelerator table are currently
    private. Therefore FXRbAccelTable::markfunc() doesn't mark them as used.
    As a workaround the objects are additionally stored in @targets Hash.
    eed1edad
    History
    Fix GC bug in FXAccelTable
    Lars Kanis authored
    The target objects stored in the accelerator table are currently
    private. Therefore FXRbAccelTable::markfunc() doesn't mark them as used.
    As a workaround the objects are additionally stored in @targets Hash.