summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2018-03-06 20:24:07 +0300
committerKirill Volinsky <mataes2007@gmail.com>2018-03-07 12:54:58 +0300
commitbebafc42ab6199e86d4c2c901fac8d091bfffef0 (patch)
treef3961879845e89688c6628dccf1a3c9cd3ebb9b3 /plugins/MirandaG15
parent7e9fef8a6ff35c63f9217fcc618d77f660e45245 (diff)
some fixes
Diffstat (limited to 'plugins/MirandaG15')
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp
index 92723e0501..cce1f30125 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp
@@ -212,7 +212,6 @@ void CLCDInput::OnFontChanged()
m_pScrollbar->SetSliderSize(m_iLineCount);
m_Marker[0].iLine = 0;
- m_Marker[0].iPosition = 0;
m_Marker[0].iPosition = (int)m_strText.length();
// Delete all offsets and recalculate them
@@ -429,9 +428,6 @@ LRESULT CLCDInput::ProcessKeyEvent(int Code, WPARAM wParam, LPARAM lParam)
}
if(res != 0)
{
- if(dir != MARKER_HOLD) {
- MoveMarker(dir,res);
- }
UpdateOffsets(size);
UpdateMarker();
ScrollToMarker();