mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
Layouting improvements for UIImage and HTML elements.
Default StyleSheetUnit is now Dp when it's not specified (this is not used very often but in HTML mode we need to respect the DPI). Fix MarkdownView fonts color when on Light theme.
This commit is contained in:
@@ -2290,6 +2290,9 @@ void App::closeEditors() {
|
||||
|
||||
saveProject();
|
||||
|
||||
mSplitter->setCurrentEditor( nullptr );
|
||||
mSplitter->setCurrentWidget( nullptr );
|
||||
|
||||
std::vector<UICodeEditor*> editors = mSplitter->getAllEditors();
|
||||
while ( !editors.empty() ) {
|
||||
UICodeEditor* editor = editors[0];
|
||||
|
||||
Reference in New Issue
Block a user