SVN commit 948189 by fenton: Fix missing update for ticks. M +1 -0 plotaxis.cpp --- branches/work/kst/portto4/kst/src/libkstapp/plotaxis.cpp #948188:948189 @@ -633,6 +633,7 @@ updateTicks(true); } + setTicksUpdated(); }