Skip to content

Commit

Permalink
FLUID: more globals to Project class
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasWM committed Nov 13, 2024
1 parent 65ef221 commit b81ee0d
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 123 deletions.
2 changes: 1 addition & 1 deletion fluid/application/application.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ bool fluid::Application::new_project(bool user_must_confirm) {

// clear the current project
project().reset();
set_filename(NULL);
Fluid.project().set_filename(NULL);
set_modflag(0, 0);
widget_browser->rebuild();
project().update_settings_dialog();
Expand Down
Loading

0 comments on commit b81ee0d

Please sign in to comment.