Fixed profile panel size in edit window using multi monitor mode

This commit is contained in:
Oliver Duis 2010-12-03 20:31:51 +01:00
parent 411cb1470c
commit bccd35122e

View File

@ -150,6 +150,7 @@ void EditWindow::addEditorPanel (EditorPanel* ep, const std::string &name) {
epanels[ name ] = ep;
filesEdited.insert ( name );
parent->fpanel->refreshEditedState (filesEdited);
ep->setAspect();
}
void EditWindow::remEditorPanel (EditorPanel* ep) {