Use native Mac OSX Dialog to select directory for screenshot
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Stellarium |
Fix Released
|
Low
|
henrysky |
Bug Description
Use native Mac OSX Dialog to select directory for screenshot
QTBUG-16722 has already been fixed (For reference: http://
In ConfigurationDi
I have tested it on my Mac OSX 10.9.2 and it works OK
The code:
void ConfigurationDi
{
QString oldScreenshorDir = StelFileMgr:
QString newScreenshotDir = QFileDialog:
if (!newScreenshot
// remove trailing slash
if (newScreenshotD
newScreenshotDir = newScreenshotDi
ui->screensho
}
}
Related branches
Changed in stellarium: | |
status: | Fix Committed → Fix Released |
A screenshot to prove it is OK