|
|
|
@ -458,6 +458,7 @@ public class EastRegionContainerPane extends UIEastResizableContainer {
|
|
|
|
|
for (PropertyItem item : propertyItemMap.values()) { |
|
|
|
|
item.onResize(); |
|
|
|
|
} |
|
|
|
|
this.refreshContainer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public EastRegionContainerPane(JPanel leftPane, JPanel rightPane) { |
|
|
|
@ -1006,7 +1007,7 @@ public class EastRegionContainerPane extends UIEastResizableContainer {
|
|
|
|
|
button.setToolTipText(title); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void processSnapChat(){ |
|
|
|
|
public void processSnapChat() { |
|
|
|
|
if (snapChat != null && !snapChat.hasRead()) { |
|
|
|
|
snapChat.markRead(); |
|
|
|
|
if (promptWindow != null) { |
|
|
|
|