[DEV] add split of view ==> integration not ended, but it work

This commit is contained in:
2014-11-14 23:57:29 +01:00
parent e17c9f9cf7
commit d2e9ab8b1a
3 changed files with 42 additions and 16 deletions

View File

@@ -88,6 +88,10 @@ void appl::TextViewer::onCallbackShortCut(const std::string& _value) {
void appl::TextViewer::onCallbackselectNewFile(const std::string& _value) {
if (isSelectedLast() == false) {
return;
}
// reset scroll:
if (m_buffer != nullptr) {
m_buffer->signalUnBindAll(shared_from_this());