mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25562 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
62b7c74fdf
commit
33b75ac079
@ -2556,13 +2556,6 @@ void GuiPreferences::applyView()
|
||||
apply(rc());
|
||||
}
|
||||
|
||||
|
||||
void GuiPreferences::updateContents()
|
||||
{
|
||||
updateRc(rc());
|
||||
}
|
||||
|
||||
|
||||
bool GuiPreferences::initialiseParams(string const &)
|
||||
{
|
||||
rc_ = lyxrc;
|
||||
@ -2572,6 +2565,7 @@ bool GuiPreferences::initialiseParams(string const &)
|
||||
movers_ = theMovers();
|
||||
colors_.clear();
|
||||
update_screen_font_ = false;
|
||||
updateRc(rc_);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
@ -75,8 +75,6 @@ public Q_SLOTS:
|
||||
public:
|
||||
/// Apply changes
|
||||
void applyView();
|
||||
/// update (do we need this?)
|
||||
void updateContents();
|
||||
|
||||
std::vector<PrefModule *> modules_;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user