src/dialogs.cpp

changeset 497
c51941e590b6
parent 493
16766ac1bbd9
child 498
791c831c8020
equal deleted inserted replaced
496:d6cbf21af8fb 497:c51941e590b6
82 } 82 }
83 83
84 // ============================================================================= 84 // =============================================================================
85 // ----------------------------------------------------------------------------- 85 // -----------------------------------------------------------------------------
86 void OverlayDialog::fillDefaults (int newcam) 86 void OverlayDialog::fillDefaults (int newcam)
87 { overlayMeta& info = g_win->R()->getOverlay (newcam); 87 { LDGLOverlay& info = g_win->R()->getOverlay (newcam);
88 radioDefault<int> (newcam, m_cameraArgs); 88 radioDefault<int> (newcam, m_cameraArgs);
89 89
90 if (info.img != null) 90 if (info.img != null)
91 { ui->filename->setText (info.fname); 91 { ui->filename->setText (info.fname);
92 ui->originX->setValue (info.ox); 92 ui->originX->setValue (info.ox);

mercurial