Enhanced Filters for Flat-Field and Dark-Frame filechoosers (see issue 2440)
This commit is contained in:
@@ -518,6 +518,15 @@ rtengine::RawImage* ToolPanelCoordinator::getFF()
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Glib::ustring ToolPanelCoordinator::GetCurrentImageFilePath()
|
||||
{
|
||||
if (!ipc){
|
||||
return "";
|
||||
}
|
||||
return ipc->getInitialImage()->getFileName();
|
||||
}
|
||||
|
||||
void ToolPanelCoordinator::straightenRequested () {
|
||||
|
||||
if (!ipc)
|
||||
|
Reference in New Issue
Block a user