|
|
@ -509,6 +509,17 @@ namespace MWGui
|
|
|
|
// no scrollbar
|
|
|
|
// no scrollbar
|
|
|
|
onScrollbarMoved(mScrollBar, 0);
|
|
|
|
onScrollbarMoved(mScrollBar, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MyGUI::Button* byeButton;
|
|
|
|
|
|
|
|
getWidget(byeButton, "ByeButton");
|
|
|
|
|
|
|
|
if(MWBase::Environment::get().getDialogueManager()->isInChoice()) {
|
|
|
|
|
|
|
|
byeButton->setAlpha(.2);
|
|
|
|
|
|
|
|
byeButton->setEnabled(false);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
else {
|
|
|
|
|
|
|
|
byeButton->setAlpha(1);
|
|
|
|
|
|
|
|
byeButton->setEnabled(true);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void DialogueWindow::notifyLinkClicked (TypesetBook::InteractiveId link)
|
|
|
|
void DialogueWindow::notifyLinkClicked (TypesetBook::InteractiveId link)
|
|
|
|