mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-30 06:22:03 +08:00
Stubbed out save_window_pos
This commit is contained in:
parent
2bab9f27e1
commit
e263ca2b38
@ -10,6 +10,9 @@ sub save_settings {
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
void Settings::save_window_pos(wxWindow* ref, wxString name) {
|
||||
}
|
||||
}} // namespace Slic3r::GUI
|
||||
|
@ -54,6 +54,8 @@ class Settings {
|
||||
/// Storage for window positions
|
||||
std::map<wxString, std::tuple<wxPoint, wxSize, bool> > window_pos { std::map<wxString, std::tuple<wxPoint, wxSize, bool> >() };
|
||||
|
||||
void save_window_pos(wxWindow* ref, wxString name);
|
||||
|
||||
private:
|
||||
const std::string LogChannel {"GUI_Settings"}; //< Which log these messages should go to.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user