summaryrefslogtreecommitdiffstats
path: root/tksao/frame/framergb.C
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/framergb.C')
-rw-r--r--tksao/frame/framergb.C14
1 files changed, 14 insertions, 0 deletions
diff --git a/tksao/frame/framergb.C b/tksao/frame/framergb.C
index 89942c3..a71dd23 100644
--- a/tksao/frame/framergb.C
+++ b/tksao/frame/framergb.C
@@ -659,6 +659,20 @@ void FrameRGB::loadRGBFinish()
update(MATRIX);
}
+void FrameRGB::loadDone(int rr, LayerType ll)
+{
+ if (rr) {
+ if (ll == IMG) {
+ if (!keyContextSet) {
+ keyContext = currentContext;
+ keyContextSet =1;
+ }
+ }
+
+ Base::loadDone(rr, ll);
+ }
+}
+
// waj
void FrameRGB::pushMatrices()
{