mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/code] Add member variable initialization in GutterView
Change-Id: I82bcd810f84ae46ec4efc6a2a1c3203ae5a4877a
This commit is contained in:
@@ -47,7 +47,8 @@ void EditorView::layoutSubviews() {
|
||||
|
||||
EditorView::GutterView::GutterView(KDText::FontSize fontSize) :
|
||||
View(),
|
||||
m_fontSize(fontSize)
|
||||
m_fontSize(fontSize),
|
||||
m_offset(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user