Subversion Repositories tpanel

Rev

Rev 401 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 401 Rev 406
Line 4629... Line 4629...
4629
 
4629
 
4630
void MainWindow::setSubPage(ulong handle, ulong parent, int left, int top, int width, int height, ANIMATION_t animate)
4630
void MainWindow::setSubPage(ulong handle, ulong parent, int left, int top, int width, int height, ANIMATION_t animate)
4631
{
4631
{
4632
    DECL_TRACER("MainWindow::setSubPage(ulong handle, int left, int top, int width, int height)");
4632
    DECL_TRACER("MainWindow::setSubPage(ulong handle, int left, int top, int width, int height)");
4633
 
4633
 
4634
//    TLOCKER(draw_mutex);
4634
    Q_UNUSED(height);
4635
    OBJECT_t *par = findObject(parent);
4635
    OBJECT_t *par = findObject(parent);
4636
 
4636
 
4637
    if (!par || par->type != OBJ_PAGE)
4637
    if (!par || par->type != OBJ_PAGE)
4638
    {
4638
    {
4639
        if (!par)
4639
        if (!par)