ilia3101 / MLV-App

All in one MLV processing app.
https://mlv.app/
GNU General Public License v3.0
283 stars 29 forks source link

Dark Frame Gui #75

Closed bouncyball-git closed 6 years ago

bouncyball-git commented 6 years ago

@masc4ii

When MLV has internal darkframe as you know Int button is activated when deleting the MLV from session list Int remains being active and selected. It is not the case for Ext button which on deletion of the clip gets disabled and deselected (Off is selected). Can you help quickly correct this?

masc4ii commented 6 years ago

I need more info. Was it the only clip in session before or are there other clips? Is it shown wrong for "no clip" or for the next automatically selected clip? (Have not much time in the next 3 days... so I don't know if I can help quickly...)

masc4ii commented 6 years ago

Maybe have a look here in setSliders(): ui->toolButtonDarkFrameSubtractionInt->setEnabled( llrpGetDarkFrameIntStatus( m_pMlvObject ) ); If llrpGetDarkFrameIntStatus can be more than just 0 and 1, this could bring a problem like this.

But maybe it is somewhere else... need time for debugging that...

bouncyball-git commented 6 years ago

OK thanks I'll try.

masc4ii commented 6 years ago

Changed your commit slightly with https://github.com/ilia3101/MLV-App/commit/1254ac65819273845822393fdcef59165ca0ebea

It is done with that? You want that also in v0.14? Then I compile again and upload...

bouncyball-git commented 6 years ago

I did want to change deletesession() func :) Now it is lot more better! Thanx!

And yes why not include it into 0.14?

masc4ii commented 6 years ago

Okay. Update loads...