src/configDialog.cpp

changeset 553
2418d5955421
parent 542
46a33bdc0b36
equal deleted inserted replaced
552:454f8b730946 553:2418d5955421
29 #include <QDoubleSpinBox> 29 #include <QDoubleSpinBox>
30 #include <QLineEdit> 30 #include <QLineEdit>
31 #include <QCheckBox> 31 #include <QCheckBox>
32 #include "main.h" 32 #include "main.h"
33 #include "configDialog.h" 33 #include "configDialog.h"
34 #include "file.h" 34 #include "document.h"
35 #include "config.h" 35 #include "config.h"
36 #include "misc.h" 36 #include "misc.h"
37 #include "colors.h" 37 #include "colors.h"
38 #include "colorSelectDialog.h" 38 #include "colorSelectDialog.h"
39 #include "gldraw.h" 39 #include "gldraw.h"
336 reloadAllSubfiles(); 336 reloadAllSubfiles();
337 loadLogoedStuds(); 337 loadLogoedStuds();
338 g_win->R()->setBackground(); 338 g_win->R()->setBackground();
339 g_win->doFullRefresh(); 339 g_win->doFullRefresh();
340 g_win->updateToolBars(); 340 g_win->updateToolBars();
341 g_win->updateFileList(); 341 g_win->updateDocumentList();
342 } 342 }
343 343
344 // ============================================================================= 344 // =============================================================================
345 // A dialog button was clicked 345 // A dialog button was clicked
346 // ----------------------------------------------------------------------------- 346 // -----------------------------------------------------------------------------

mercurial