Fixed profile panel size in edit window using multi monitor mode
This commit is contained in:
parent
411cb1470c
commit
bccd35122e
@ -150,6 +150,7 @@ void EditWindow::addEditorPanel (EditorPanel* ep, const std::string &name) {
|
|||||||
epanels[ name ] = ep;
|
epanels[ name ] = ep;
|
||||||
filesEdited.insert ( name );
|
filesEdited.insert ( name );
|
||||||
parent->fpanel->refreshEditedState (filesEdited);
|
parent->fpanel->refreshEditedState (filesEdited);
|
||||||
|
ep->setAspect();
|
||||||
}
|
}
|
||||||
|
|
||||||
void EditWindow::remEditorPanel (EditorPanel* ep) {
|
void EditWindow::remEditorPanel (EditorPanel* ep) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user