mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
Fix wrap not updating after font zoom in/out when using wrap against line breaking column (SpartanJ/ecode#390).
This commit is contained in:
@@ -3054,6 +3054,8 @@ void UICodeEditor::udpateGlyphWidth() {
|
||||
mGlyphWidth = mFont->getGlyph( '@', getCharacterSize(), false, false ).advance;
|
||||
mMouseWheelScroll = 3 * getLineHeight();
|
||||
invalidateLongestLineWidth();
|
||||
if ( mFontStyleConfig.Font )
|
||||
invalidateLineWrapMaxWidth( false );
|
||||
}
|
||||
|
||||
Drawable* UICodeEditor::findIcon( const std::string& name ) {
|
||||
|
||||
Reference in New Issue
Block a user