mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
GuiGraphics: disable "Read from file" button if the values do not differ
This commit is contained in:
parent
8f3fdafd9e
commit
64a60c72ea
@ -337,6 +337,7 @@ void GuiGraphics::on_newGroupPB_clicked()
|
||||
void GuiGraphics::changeBB()
|
||||
{
|
||||
bbChanged = isChangedBB();
|
||||
getPB->setEnabled(bbChanged);
|
||||
LYXERR(Debug::GRAPHICS, "[bb_Changed set to " << bbChanged << "]");
|
||||
changed();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user