mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fixed to display the right index for Image Page
* Fixed to display the right index for Image Page * Fixed to disable share button when Identity is banned.
This commit is contained in:
parent
b5a7655f29
commit
777d0d9848
@ -182,6 +182,7 @@ void BoardPostDisplayWidgetBase::baseSetup()
|
|||||||
if(redacted)
|
if(redacted)
|
||||||
{
|
{
|
||||||
commentButton()->setDisabled(true);
|
commentButton()->setDisabled(true);
|
||||||
|
shareButton()->setDisabled(true);
|
||||||
voteUpButton()->setDisabled(true);
|
voteUpButton()->setDisabled(true);
|
||||||
voteDownButton()->setDisabled(true);
|
voteDownButton()->setDisabled(true);
|
||||||
fromLabel()->setId(mPost.mMeta.mAuthorId);
|
fromLabel()->setId(mPost.mMeta.mAuthorId);
|
||||||
|
@ -143,7 +143,7 @@
|
|||||||
<item row="0" column="1">
|
<item row="0" column="1">
|
||||||
<widget class="QStackedWidget" name="stackedWidgetPicture">
|
<widget class="QStackedWidget" name="stackedWidgetPicture">
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>1</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="PageAttach">
|
<widget class="QWidget" name="PageAttach">
|
||||||
<layout class="QGridLayout" name="PageAttach_GL">
|
<layout class="QGridLayout" name="PageAttach_GL">
|
||||||
|
Loading…
Reference in New Issue
Block a user