Implement taking smallmap screenshots.
This is largely based on this patch: http://www.tt-forums.net/viewtopic.php?p=849533#p849533 with the following changes: * this uses a button in the smallmap window instead of a console command * screenshot now uses zoom level and mode of smallmap window
This commit is contained in:
@@ -34,6 +34,7 @@ enum SmallMapWidgets {
|
||||
WID_SM_ENABLE_ALL, ///< Button to enable display of all legend entries.
|
||||
WID_SM_DISABLE_ALL, ///< Button to disable display of all legend entries.
|
||||
WID_SM_SHOW_HEIGHT, ///< Show heightmap toggle button.
|
||||
WID_SM_SCREENSHOT, ///< Button to take smallmap screenshots
|
||||
};
|
||||
|
||||
#endif /* WIDGETS_SMALLMAP_WIDGET_H */
|
||||
|
Reference in New Issue
Block a user