|
|
@ -915,12 +915,11 @@ public class EastRegionContainerPane extends UIEastResizableContainer { |
|
|
|
setTabButtonSelected(); |
|
|
|
setTabButtonSelected(); |
|
|
|
if (snapChat != null && !snapChat.hasRead()) { |
|
|
|
if (snapChat != null && !snapChat.hasRead()) { |
|
|
|
snapChat.markRead(); |
|
|
|
snapChat.markRead(); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
if (promptWindow != null) { |
|
|
|
if (promptWindow != null) { |
|
|
|
promptWindow.showWindow(); |
|
|
|
promptWindow.showWindow(); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
button.setToolTipText(title); |
|
|
|
button.setToolTipText(title); |
|
|
|
} |
|
|
|
} |
|
|
|