Fluid documentation: fix image name "main_window.png"
Remove prefix "Fluid." from generated image name.
This commit is contained in:
parent
4b7cea676b
commit
80c73b508c
@ -418,7 +418,7 @@ void run_autodoc(const std::string &target_dir) {
|
||||
// explain widget browser
|
||||
// explain widget browser entry
|
||||
Fluid.main_window->size(350, 320);
|
||||
fl_snapshot((target_dir + "Fluid.main_window.png").c_str(), Fluid.main_window, win_margin, win_blend);
|
||||
fl_snapshot((target_dir + "main_window.png").c_str(), Fluid.main_window, win_margin, win_blend);
|
||||
fl_snapshot((target_dir + "main_menubar.png").c_str(), Fluid.main_menubar, row_margin, row_blend);
|
||||
fl_snapshot((target_dir + "main_browser.png").c_str(), widget_browser, FL_SNAP_AREA_CLEAR,
|
||||
Fl_Rect(0, 30, FL_SNAP_TO_WINDOW, 100), row_blend, 2.0);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user