mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-27 06:19:36 +00:00
Fix initial readonly enabling/disabling.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22843 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c43fc027bc
commit
680480d699
@ -184,7 +184,10 @@ void Dialog::updateData(string const & data)
|
|||||||
|
|
||||||
void Dialog::showView()
|
void Dialog::showView()
|
||||||
{
|
{
|
||||||
updateView(); // make sure its up-to-date
|
// Make sure the dialog controls are correctly enabled/disabled.
|
||||||
|
checkStatus();
|
||||||
|
// Make sure it is up-to-date.
|
||||||
|
updateView();
|
||||||
if (exitEarly())
|
if (exitEarly())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user